Searched defs:init_state_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp231 Node* init_state_offset = _gvn.MakeConX(in_bytes(instanceKlass::init_state_offset())); local
232 adr_node = basic_plus_adr(kls, kls, init_state_offset);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp708 static ByteSize init_state_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(instanceKlass, _init_state)); } function in class:instanceKlass

Completed in 37 milliseconds