Top

ciTypeArray クラス


ciTypeArray

概要(Summary)

ciObject クラスの具象サブクラスの1つ. typeArrayOopDesc 用の ciObject クラス.

    ((cite: hotspot/src/share/vm/ci/ciTypeArray.hpp))
    // ciTypeArray
    //
    // This class represents a typeArrayOop in the HotSpot virtual
    // machine.
    class ciTypeArray : public ciArray {

使われ方(Usage)

ciObjectFactory::create_new_object() というファクトリメソッドが用意されており, その中で(のみ)生成されている.

詳細(Details)

See: here for details



This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.