Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc5169 mirror::ArtMethod* conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods() local
5190 } else if (imt_ref != conflict_method) { in LinkInterfaceMethods()
5191 out_imt->SetReference(imt_index, conflict_method); in LinkInterfaceMethods()
5262 mirror::ArtMethod* conflict_method = runtime->GetImtConflictMethod(); in LinkInterfaceMethods() local
5265 } else if (imt_ref != conflict_method) { in LinkInterfaceMethods()
5274 out_imt->SetReference(imt_index, conflict_method); in LinkInterfaceMethods()