Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2451 ArtMethod* new_conflict_method = runtime->GetClassLinker()->AddMethodToConflictTable( in artInvokeInterfaceTrampoline() local
2456 if (new_conflict_method != conflict_method) { in artInvokeInterfaceTrampoline()
2460 new_conflict_method, in artInvokeInterfaceTrampoline()
/art/runtime/
Dclass_linker.cc6181 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable() local
6205 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
6206 return new_conflict_method; in AddMethodToConflictTable()
6375 ArtMethod* new_conflict_method = in FillIMTFromIfTable() local
6377 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
6378 imt[i] = new_conflict_method; in FillIMTFromIfTable()