Home
last modified time | relevance | path

Searched defs:method_array (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Diftable.h38 auto* method_array = down_cast<PointerArray*>(Get((i * kMax) + kMethodArray)); in GetMethodArray() local
44 auto* method_array = down_cast<PointerArray*>(Get((i * kMax) + kMethodArray)); in GetMethodArrayCount() local
/art/patchoat/
Dpatchoat.cc615 auto* method_array = iftable->GetMethodArray(i); in VisitObject() local
/art/runtime/
Dclass_linker.cc4805 auto* method_array = if_table->GetMethodArray(i); in LinkInterfaceMethods() local
4831 mirror::PointerArray* method_array; in LinkInterfaceMethods() local
4857 auto method_array(hs2.NewHandle(iftable->GetMethodArray(i))); in LinkInterfaceMethods() local
5024 auto* method_array = iftable->GetMethodArray(i); in LinkInterfaceMethods() local