Searched defs:force_new_conflict_method (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc6145 bool force_new_conflict_method) {
6149 bool new_entry = conflict_method == runtime->GetImtConflictMethod() || force_new_conflict_method;
6141 AddMethodToConflictTable(ObjPtr<mirror::Class> klass, ArtMethod* conflict_method, ArtMethod* interface_method, ArtMethod* method, bool force_new_conflict_method) argument

Completed in 36 milliseconds