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

/openjdk7/hotspot/src/share/vm/ci/
H A DciKlass.hpp49 jint _layout_helper; member in class:ciKlass
81 jint layout_helper() { return _layout_helper; }
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp207 jint _layout_helper; member in class:Klass
345 int layout_helper() const { return _layout_helper; }
346 void set_layout_helper(int lh) { _layout_helper = lh; }
386 static ByteSize layout_helper_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _layout_helper)); }

Completed in 362 milliseconds