HomeSort by relevance Sort by last modified time
    Searched full:getvtable (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
class-inl.h 138 inline PointerArray* Class::GetVTable() {
170 return GetVTable() != nullptr || ShouldHaveEmbeddedImtAndVTable();
177 return GetVTable() != nullptr ? GetVTable()->GetLength() : 0;
184 auto* vtable = GetVTable();
    [all...]
class.h 740 ALWAYS_INLINE PointerArray* GetVTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 349 List<Method> vtable = getVtable();
564 @Nonnull List<Method> getVtable() {
578 vtable.addAll(((ClassProto)classPath.getClass("Ljava/lang/Object;")).getVtable());
585 vtable.addAll(superclass.getVtable());
DumpVtables.java 115 List<Method> methods = classProto.getVtable();
  /art/patchoat/
patchoat.cc 607 auto* vtable = klass->GetVTable();
    [all...]
  /art/compiler/
image_writer.cc 409 auto* vtable = klass->GetVTable();
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 859 milliseconds