Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h37 PointerArray* GetMethodArray(int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetMethodArray() function
Dclass-inl.h380 return iftable->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in FindVirtualMethodForInterface()
/art/runtime/
Dclass_linker.cc1092 SanityCheckArtMethodPointerArray(iftable->GetMethodArray(i), nullptr, pointer_size, in SanityCheckObjectsCallback()
3966 auto* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in ValidateSuperClassDescriptors()
4805 auto* method_array = if_table->GetMethodArray(i); in LinkInterfaceMethods()
4835 DCHECK(if_table->GetMethodArray(i) != nullptr); in LinkInterfaceMethods()
4837 method_array = down_cast<mirror::PointerArray*>(if_table->GetMethodArray(i)->Clone(self)); in LinkInterfaceMethods()
4857 auto method_array(hs2.NewHandle(iftable->GetMethodArray(i))); in LinkInterfaceMethods()
5024 auto* method_array = iftable->GetMethodArray(i); in LinkInterfaceMethods()
/art/patchoat/
Dpatchoat.cc615 auto* method_array = iftable->GetMethodArray(i); in VisitObject()
/art/compiler/
Dimage_writer.cc417 AddMethodPointerArray(iftable->GetMethodArray(i)); in AssignImageBinSlot()