Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2374 ArtMethod* new_conflict_method = runtime->GetClassLinker()->AddMethodToConflictTable( in artInvokeInterfaceTrampoline() local
2379 if (new_conflict_method != conflict_method) { in artInvokeInterfaceTrampoline()
2383 new_conflict_method, in artInvokeInterfaceTrampoline()
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc6694 ArtMethod* new_conflict_method = (conflict_method == runtime->GetImtConflictMethod()) in AddMethodToConflictTable() local
6719 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
6720 return new_conflict_method; in AddMethodToConflictTable()
6889 ArtMethod* new_conflict_method = in FillIMTFromIfTable() local
6891 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
6892 imt[i] = new_conflict_method; in FillIMTFromIfTable()