Lines Matching refs:conflicts
1654 // Register dex files, keep track of existing ones that are conflicts.
5082 // If there are any new conflicts compared to super class.
5100 // If there are any new conflicts compared to the super class we can not make a copy. There
5102 // set of conflicts. In this case, we can not share the IMT since the conflict table slow path
6243 // or interface methods in the IMT here they will not create extra conflicts since we compare
6248 // There is only any conflicts if all of the interface methods for an IMT slot don't have
6267 size_t conflicts = conflict_counts[i];
6269 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc);
6845 // We found a default method implementation and there were no conflicts.