Searched refs:_component_mirror (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DarrayKlass.hpp43 oop _component_mirror; // component type, as a java/lang/Class member in class:arrayKlass
71 oop component_mirror() const { return _component_mirror; }
72 void set_component_mirror(oop m) { oop_store((oop*) &_component_mirror, m); }
73 oop* adr_component_mirror() { return (oop*)&this->_component_mirror;}
76 static ByteSize component_mirror_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(arrayKlass, _component_mirror)); }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp289 nonstatic_field(arrayKlass, _component_mirror, oop) \

Completed in 41 milliseconds