Searched refs:conflicts (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc1764 // Register dex files, keep track of existing ones that are conflicts.
5242 // If there are any new conflicts compared to super class.
5260 // If there are any new conflicts compared to the super class we can not make a copy. There
5262 // set of conflicts. In this case, we can not share the IMT since the conflict table slow path
6442 // or interface methods in the IMT here they will not create extra conflicts since we compare
6447 // There is only any conflicts if all of the interface methods for an IMT slot don't have
6466 size_t conflicts = conflict_counts[i]; local
6468 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc);
7041 // We found a default method implementation and there were no conflicts.

Completed in 34 milliseconds