Home
last modified time | relevance | path

Searched refs:GetMethodArray (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Diftable.h41 ObjPtr<PointerArray> GetMethodArray(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
Diftable-inl.h53 inline ObjPtr<PointerArray> IfTable::GetMethodArray(int32_t i) { in GetMethodArray() function
Dclass-inl.h632 return iftable->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in FindVirtualMethodForInterface()
/art/runtime/
Dcha.cc614 ObjPtr<mirror::PointerArray> method_array = iftable->GetMethodArray(i); in UpdateAfterLoadingOf()
Dclass_linker.cc1926 ic.CheckArtMethodPointerArray(iftable->GetMethodArray(i), nullptr); in CheckObjects()
5956 auto* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in ValidateSuperClassDescriptors()
6980 DCHECK(if_table->GetMethodArray(i) != nullptr); in AllocateIfTableMethodArrays()
6983 Handle<mirror::PointerArray> old_array = hs.NewHandle(if_table->GetMethodArray(i)); in AllocateIfTableMethodArrays()
7130 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable()
7188 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable()
8148 ObjPtr<mirror::PointerArray> method_array = iftable->GetMethodArray(i); in UpdateIfTable()
8229 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()
/art/dex2oat/driver/
Dcompiler_driver.cc2508 ArtMethod* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in PreResolveTypes()
/art/dex2oat/linker/
Dimage_writer.cc819 AddMethodPointerArray(iftable->GetMethodArray(i)); in AssignImageBinSlot()