Searched refs:GetMethodArray (Results 1 – 5 of 5) sorted by relevance
37 PointerArray* GetMethodArray(int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetMethodArray() function
380 return iftable->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in FindVirtualMethodForInterface()
1092 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()
615 auto* method_array = iftable->GetMethodArray(i); in VisitObject()
417 AddMethodPointerArray(iftable->GetMethodArray(i)); in AssignImageBinSlot()