Home
last modified time | relevance | path

Searched refs:imt_index (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h430 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize; in FindMethodFromCode() local
431 … mirror::ArtMethod* imt_method = (*this_object)->GetClass()->GetEmbeddedImTableEntry(imt_index); in FindMethodFromCode()
/art/runtime/
Dclass_linker.cc5186 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize; in LinkInterfaceMethods() local
5187 mirror::ArtMethod* imt_ref = out_imt->GetReference(imt_index)->AsArtMethod(); in LinkInterfaceMethods()
5189 out_imt->SetReference(imt_index, method); in LinkInterfaceMethods()
5191 out_imt->SetReference(imt_index, conflict_method); in LinkInterfaceMethods()
5260 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize; in LinkInterfaceMethods() local
5261 mirror::ArtMethod* imt_ref = out_imt->GetReference(imt_index)->AsArtMethod(); in LinkInterfaceMethods()
5264 out_imt->SetReference(imt_index, vtable_method); in LinkInterfaceMethods()
5272 out_imt->SetReference(imt_index, vtable_method); in LinkInterfaceMethods()
5274 out_imt->SetReference(imt_index, conflict_method); in LinkInterfaceMethods()