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

/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp98 inline int oopDesc::klass_gap_offset_in_bytes() { function in class:oopDesc
127 return *(int*)(((intptr_t)this) + klass_gap_offset_in_bytes());
132 *(int*)(((intptr_t)this) + klass_gap_offset_in_bytes()) = v;

Completed in 33 milliseconds