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

/libcore/libart/src/main/java/java/lang/
H A DClass.java152 * single vtable.
169 * Virtual method table (vtable), for use by "invoke-virtual". The vtable from the superclass
171 * appended. For abstract classes, methods may be created in the vtable that aren't in
174 private transient Object vtable; field in class:Class
195 /** Virtual methods defined in this class; invoked through vtable. */

Completed in 44 milliseconds