Searched refs:_primary_supers (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.cpp144 kl->_primary_supers[i] = NULL;
147 oop_store_without_check((oop*) &kl->_primary_supers[0], k);
233 oop_store_without_check((oop*) &_primary_supers[0], (oop) this->as_klassOop());
245 oop_store_without_check((oop*) &_primary_supers[i], (oop) sup->_primary_supers[i]);
249 oop_store_without_check((oop*) &_primary_supers[my_depth], (oop) this->as_klassOop());
250 super_check_cell = &_primary_supers[my_depth];
284 // if the inline "_primary_supers" array overflows.
H A Dklass.hpp210 // and _primary_supers all help make fast subtype checks. See big discussion
214 // secondary supers, else is &_primary_supers[depth()].
239 klassOop _primary_supers[_primary_super_limit]; member in class:Klass
287 // initializes _super link, _primary_supers & _secondary_supers arrays
311 klassOop super = _primary_supers[i];
331 assert(_primary_supers[d] == as_klassOop(), "proper init");
364 oop* adr_primary_supers() const { return (oop*)&_primary_supers[0]; }
381 static ByteSize primary_supers_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _primary_supers)); }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp346 nonstatic_field(Klass, _primary_supers[0], klassOop) \

Completed in 1166 milliseconds