Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Diftable.h42 ObjPtr<PointerArray> GetMethodArray(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
H A Diftable-inl.h53 inline ObjPtr<PointerArray> IfTable::GetMethodArray(int32_t i) { in GetMethodArray() function
H A Dclass-inl.h589 return iftable->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in FindVirtualMethodForInterface()
/aosp_15_r20/art/runtime/
H A Dcha.cc601 ObjPtr<mirror::PointerArray> method_array = iftable->GetMethodArray(i); in UpdateAfterLoadingOf()
H A Dclass_linker.cc6191 auto* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in ValidateSuperClassDescriptors()
6851 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable()
6909 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable()
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc2522 ArtMethod* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in PreResolveTypes()