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

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.hpp262 int _table_offset; // offset of start of itable data within klass (in words) member in class:klassItable
321 intptr_t* vtable_start() const { return ((intptr_t*)_klass()) + _table_offset; }

Completed in 39 milliseconds