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

/dalvik/vm/oo/
H A DObject.h184 * Index into array of vtable offsets. This points into the ifviPool,
412 /* virtual methods defined in this class; invoked through vtable */
417 * Virtual method table (vtable), for use by "invoke-virtual". The
418 * vtable from the superclass is copied in, and virtual methods from
422 Method** vtable; member in struct:ClassObject
433 * part of the Face interface. We can't easily use a single vtable.
442 * The interface vtable indices for iftable get stored here. By placing
495 * in "vtable".

Completed in 58 milliseconds