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

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

Completed in 61 milliseconds