Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h40 auto* method_array = down_cast<PointerArray*>(Get<kVerifyFlags, kReadBarrierOption>( in GetMethodArray() local
49 auto* method_array = down_cast<PointerArray*>( in GetMethodArrayCount() local
/art/runtime/
Dcha.cc505 mirror::PointerArray* method_array = iftable->GetMethodArray(i); in UpdateAfterLoadingOf() local
Dclass_linker.cc6281 ObjPtr<mirror::PointerArray> method_array; in AllocateIfTableMethodArrays() local
6432 auto* method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable() local
6490 auto* method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable() local
7304 auto* method_array = iftable->GetMethodArray(i); in UpdateIfTable() local
7386 Handle<mirror::PointerArray> method_array(fill_tables in LinkInterfaceMethods() local
Druntime.cc1839 LengthPrefixedArray<ArtMethod>* method_array = class_linker->AllocArtMethodArray( in CreateRuntimeMethod() local
/art/patchoat/
Dpatchoat.cc650 auto* method_array = iftable->GetMethodArray(i); in VisitObject() local
/art/runtime/openjdkjvmti/
Dti_class.cc621 jmethodID* method_array = reinterpret_cast<jmethodID*>(out_ptr); in GetClassMethods() local