Searched refs:ssVtable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp217 klassVtable* ssVtable = supersuperklass->vtable(); local
218 if (vtable_index < ssVtable->length()) {
219 methodOop super_method = ssVtable->method_at(vtable_index);

Completed in 47 milliseconds