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

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp790 static int vtable_start_offset() { return header_size(); } function in class:instanceKlass
794 intptr_t* start_of_vtable() const { return ((intptr_t*)as_klassOop()) + vtable_start_offset(); }

Completed in 36 milliseconds