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.cc2386 ArtMethod* new_conflict_method = runtime->GetClassLinker()->AddMethodToConflictTable( in artInvokeInterfaceTrampoline() local
2391 if (new_conflict_method != conflict_method) { in artInvokeInterfaceTrampoline()
2395 new_conflict_method, in artInvokeInterfaceTrampoline()
/art/runtime/
Dclass_linker.cc6890 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable() local
6914 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
6915 return new_conflict_method; in AddMethodToConflictTable()
7122 ArtMethod* new_conflict_method = in FillIMTFromIfTable() local
7124 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
7125 imt[i] = new_conflict_method; in FillIMTFromIfTable()
8069 ArtMethod* new_conflict_method = FindSameNameAndSignature( in UpdateVtable() local
8071 CHECK(new_conflict_method != nullptr) << "Expected a conflict method!"; in UpdateVtable()
8072 translated_method = new_conflict_method; in UpdateVtable()