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

/libcore/libart/src/main/java/java/lang/
H A DClass.java162 * single vtable.
181 /** Virtual methods defined in this class; invoked through vtable. */
185 * Virtual method table (vtable), for use by "invoke-virtual". The vtable from the superclass
187 * appended. For abstract classes, methods may be created in the vtable that aren't in
190 private transient ArtMethod[] vtable; field in class:Class

Completed in 108 milliseconds