Searched refs:GetImtIndex (Results 1 – 16 of 16) sorted by relevance
94 CHECK_EQ(ImTable::GetImtIndex(methods.first), ImTable::GetImtIndex(methods.second)); in TEST_F()101 CHECK_EQ(ImTable::GetImtIndex(methods.first), ImTable::GetImtIndex(methods.second)); in TEST_F()
92 ALWAYS_INLINE static inline uint32_t GetImtIndex(ArtMethod* method)
85 inline uint32_t ImTable::GetImtIndex(ArtMethod* method) { in GetImtIndex() function
494 inline uint32_t ArtMethod::GetImtIndex() { in GetImtIndex() function498 return ImTable::GetImtIndex(this); in GetImtIndex()504 imt_index_ = ImTable::GetImtIndex(this); in CalculateAndSetImtIndex()
735 ALWAYS_INLINE uint32_t GetImtIndex() REQUIRES_SHARED(Locks::mutator_lock_);
6350 const uint32_t imt_index = interface_method->GetImtIndex(); in FillIMTFromIfTable()6404 const uint32_t imt_index = interface_method->GetImtIndex(); in FillIMTFromIfTable()7768 ArtMethod** imt_ptr = &out_imt[iface->GetVirtualMethod(j, kPointerSize)->GetImtIndex()]; in FinalizeIfTable()
597 size_t imt_index = resolved_method->GetImtIndex(); in FindMethodToCall()
2966 uint32_t imt_slot = ImTable::GetImtIndex(&iface_method); in DumpIMTForClass()3044 if (ImTable::GetImtIndex(&iface_method) == index) { in DumpIMTForMethod()
1124 : invoke_instruction->AsInvokeInterface()->GetImtIndex(); in TryInlinePolymorphicCallToSameTarget()
975 *imt_or_vtable_index = ImTable::GetImtIndex(resolved_method); in ResolveMethod()
5236 uint32_t GetImtIndex() const { return imt_index_; }
4542 invoke->GetImtIndex(), kArm64PointerSize)); in VisitInvokeInterface()
2978 invoke->GetImtIndex(), kX86_64PointerSize)); in VisitInvokeInterface()
3570 invoke->GetImtIndex(), kArmPointerSize)); in VisitInvokeInterface()
2734 invoke->GetImtIndex(), kX86PointerSize)); in VisitInvokeInterface()
2418 uint32_t imt_index = interface_method->GetImtIndex(); in artInvokeInterfaceTrampoline()