Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc5187 mirror::ArtMethod* imt_ref = out_imt->GetReference(imt_index)->AsArtMethod(); in LinkInterfaceMethods() local
5188 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() local
5263 if (imt_ref == runtime->GetImtUnimplementedMethod()) { in LinkInterfaceMethods()
5265 } else if (imt_ref != conflict_method) { in LinkInterfaceMethods()
5269 imt_ref->GetInterfaceMethodIfProxy()); in LinkInterfaceMethods()