Home
last modified time | relevance | path

Searched refs:GetImtIndex (Results 1 – 18 of 18) 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()
Dart_method-inl.h426 inline uint32_t ArtMethod::GetImtIndex() { in GetImtIndex() function
429 DCHECK_EQ(imt_index, ImTable::GetImtIndex(this)) << PrettyMethod(); in GetImtIndex()
432 return ImTable::GetImtIndex(this); in GetImtIndex()
438 imt_index_ = ~ImTable::GetImtIndex(this); in CalculateAndSetImtIndex()
Dimtable-inl.h85 inline uint32_t ImTable::GetImtIndex(ArtMethod* method) { in GetImtIndex() function
Dimtable.h90 ALWAYS_INLINE static inline uint32_t GetImtIndex(ArtMethod* method)
Dart_method.h660 ALWAYS_INLINE uint32_t GetImtIndex() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc6862 const uint32_t imt_index = interface_method->GetImtIndex(); in FillIMTFromIfTable()
6916 const uint32_t imt_index = interface_method->GetImtIndex(); in FillIMTFromIfTable()
7982 uint32_t imt_index = interface_method->GetImtIndex(); in LinkInterfaceMethods()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h536 size_t imt_index = resolved_method->GetImtIndex(); in FindMethodToCall()
/art/oatdump/
Doatdump.cc3238 uint32_t imt_slot = ImTable::GetImtIndex(&iface_method); in DumpIMTForClass()
3316 if (ImTable::GetImtIndex(&iface_method) == index) { in DumpIMTForMethod()
/art/compiler/optimizing/
Dinliner.cc1186 : invoke_instruction->AsInvokeInterface()->GetImtIndex(); in TryInlinePolymorphicCallToSameTarget()
Dinstruction_builder.cc1011 ImTable::GetImtIndex(resolved_method)); in BuildInvoke()
Dcode_generator_arm64.cc4009 invoke->GetImtIndex(), kArm64PointerSize)); in VisitInvokeInterface()
Dnodes.h4836 uint32_t GetImtIndex() const { return imt_index_; } in GetImtIndex() function
Dcode_generator_mips64.cc5952 invoke->GetImtIndex(), kMips64PointerSize)); in VisitInvokeInterface()
Dcode_generator_x86_64.cc2543 invoke->GetImtIndex(), kX86_64PointerSize)); in VisitInvokeInterface()
Dcode_generator_x86.cc2311 invoke->GetImtIndex(), kX86PointerSize)); in VisitInvokeInterface()
Dcode_generator_arm_vixl.cc3246 invoke->GetImtIndex(), kArmPointerSize)); in VisitInvokeInterface()
Dcode_generator_mips.cc7821 invoke->GetImtIndex(), kMipsPointerSize)); in VisitInvokeInterface()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2690 uint32_t imt_index = interface_method->GetImtIndex(); in artInvokeInterfaceTrampoline()