Home
last modified time | relevance | path

Searched refs:GetImtIndex (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dimtable_test.cc94 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()
Dimtable.h92 ALWAYS_INLINE static inline uint32_t GetImtIndex(ArtMethod* method)
Dimtable-inl.h85 inline uint32_t ImTable::GetImtIndex(ArtMethod* method) { in GetImtIndex() function
Dart_method-inl.h494 inline uint32_t ArtMethod::GetImtIndex() { in GetImtIndex() function
498 return ImTable::GetImtIndex(this); in GetImtIndex()
504 imt_index_ = ImTable::GetImtIndex(this); in CalculateAndSetImtIndex()
Dart_method.h735 ALWAYS_INLINE uint32_t GetImtIndex() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc6350 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()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h597 size_t imt_index = resolved_method->GetImtIndex(); in FindMethodToCall()
/art/oatdump/
Doatdump.cc2966 uint32_t imt_slot = ImTable::GetImtIndex(&iface_method); in DumpIMTForClass()
3044 if (ImTable::GetImtIndex(&iface_method) == index) { in DumpIMTForMethod()
/art/compiler/optimizing/
Dinliner.cc1124 : invoke_instruction->AsInvokeInterface()->GetImtIndex(); in TryInlinePolymorphicCallToSameTarget()
Dinstruction_builder.cc975 *imt_or_vtable_index = ImTable::GetImtIndex(resolved_method); in ResolveMethod()
Dnodes.h5236 uint32_t GetImtIndex() const { return imt_index_; }
Dcode_generator_arm64.cc4542 invoke->GetImtIndex(), kArm64PointerSize)); in VisitInvokeInterface()
Dcode_generator_x86_64.cc2978 invoke->GetImtIndex(), kX86_64PointerSize)); in VisitInvokeInterface()
Dcode_generator_arm_vixl.cc3570 invoke->GetImtIndex(), kArmPointerSize)); in VisitInvokeInterface()
Dcode_generator_x86.cc2734 invoke->GetImtIndex(), kX86PointerSize)); in VisitInvokeInterface()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2418 uint32_t imt_index = interface_method->GetImtIndex(); in artInvokeInterfaceTrampoline()