Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h39 PointerArray* GetMethodArray(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_) { in GetMethodArray() function
Dclass-inl.h543 return iftable->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in FindVirtualMethodForInterface()
/art/runtime/
Dcha.cc505 mirror::PointerArray* method_array = iftable->GetMethodArray(i); in UpdateAfterLoadingOf()
Dclass_linker.cc1574 isc->SanityCheckArtMethodPointerArray(iftable->GetMethodArray(i), nullptr); in SanityCheckObjectsCallback()
5118 auto* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in ValidateSuperClassDescriptors()
6285 DCHECK(if_table->GetMethodArray(i) != nullptr); in AllocateIfTableMethodArrays()
6287 method_array = down_cast<mirror::PointerArray*>(if_table->GetMethodArray(i)->Clone(self)); in AllocateIfTableMethodArrays()
6432 auto* method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable()
6490 auto* method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable()
7304 auto* method_array = iftable->GetMethodArray(i); in UpdateIfTable()
7387 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()
/art/patchoat/
Dpatchoat.cc650 auto* method_array = iftable->GetMethodArray(i); in VisitObject()
/art/runtime/gc/space/
Dimage_space.cc1031 iftable->GetMethodArray<kVerifyNone, kWithoutReadBarrier>(i); in operator ()()
/art/compiler/
Dimage_writer.cc565 AddMethodPointerArray(iftable->GetMethodArray(i)); in AssignImageBinSlot()