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

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

Completed in 5 milliseconds