Searched refs:imt_ref (Results 1 – 1 of 1) sorted by relevance
5187 mirror::ArtMethod* imt_ref = out_imt->GetReference(imt_index)->AsArtMethod(); in LinkInterfaceMethods() local5188 if (imt_ref == runtime->GetImtUnimplementedMethod()) { in LinkInterfaceMethods()5190 } else if (imt_ref != conflict_method) { in LinkInterfaceMethods()5261 mirror::ArtMethod* imt_ref = out_imt->GetReference(imt_index)->AsArtMethod(); in LinkInterfaceMethods() local5263 if (imt_ref == runtime->GetImtUnimplementedMethod()) { in LinkInterfaceMethods()5265 } else if (imt_ref != conflict_method) { in LinkInterfaceMethods()5269 imt_ref->GetInterfaceMethodIfProxy()); in LinkInterfaceMethods()