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

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

Completed in 67 milliseconds