Top

ciArray クラス


ciArray

概要(Summary)

ciObject クラスのサブクラスの1つ. arrayOopDesc 用の ciObject クラス.

なお, このクラス自体は abstract class であり, 実際に使われるのはサブクラス.

    ((cite: hotspot/src/share/vm/ci/ciArray.hpp))
    // ciArray
    //
    // This class represents an arrayOop in the HotSpot virtual
    // machine.
    class ciArray : public ciObject {

詳細(Details)

See: here for details



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