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

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.hpp33 // A klassVtable abstracts the variable-length vtable that is embedded in instanceKlass
34 // and arrayKlass. klassVtable objects are used just as convenient transient accessors to the vtable,
36 // Note: the klassVtable should not be accessed before the class has been verified
39 // Currently a klassVtable contains a direct reference to the vtable data, and is therefore
44 class klassVtable : public ResourceObj { class in inherits:ResourceObj
60 klassVtable(KlassHandle h_klass, void* base, int length) : _klass(h_klass) { function in class:klassVtable
146 void verify_against(outputStream* st, klassVtable* vt, int index);
151 // private helper class for klassVtable
173 void verify(klassVtable* vt, outputStream* st);
175 friend class klassVtable;
[all...]

Completed in 30 milliseconds