Searched refs:imt_index (Results 1 – 2 of 2) sorted by relevance
430 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize; in FindMethodFromCode() local431 … mirror::ArtMethod* imt_method = (*this_object)->GetClass()->GetEmbeddedImTableEntry(imt_index); in FindMethodFromCode()
5186 uint32_t imt_index = interface_method->GetDexMethodIndex() % mirror::Class::kImtSize; in LinkInterfaceMethods() local5187 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() local5261 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()