Home
last modified time | relevance | path

Searched refs:GetMethodArray (Results 1 – 6 of 6) 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()
/art/dex2oat/driver/
Dcompiler_driver.cc2447 ArtMethod* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in PreResolveTypes()
/art/dex2oat/linker/
Dimage_writer.cc819 AddMethodPointerArray(iftable->GetMethodArray(i)); in AssignImageBinSlot()