Home
last modified time | relevance | path

Searched refs:GetEmbeddedImTableEntry (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h431 … mirror::ArtMethod* imt_method = (*this_object)->GetClass()->GetEmbeddedImTableEntry(imt_index); in FindMethodFromCode()
/art/runtime/mirror/
Dclass-inl.h153 inline ArtMethod* Class::GetEmbeddedImTableEntry(uint32_t i) { in GetEmbeddedImTableEntry() function
Dclass.h707 ArtMethod* GetEmbeddedImTableEntry(uint32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/arch/
Dstub_test.cc1715 mirror::ArtMethod* m = arraylist_class->GetEmbeddedImTableEntry( in TEST_F()