Home
last modified time | relevance | path

Searched refs:OverlapsWith (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_resolver.cc497 if (scratch.OverlapsWith(pending_source) && !IsBlockedByMoves(scratch)) { in PerformMove()
537 if (destination.OverlapsWith(loc) && !IsBlockedByMoves(destination)) { in GetUnblockedPendingMove()
Dlocations.h326 bool OverlapsWith(Location other) const { in OverlapsWith() function
Dnodes.h7809 return !IsEliminated() && source_.OverlapsWith(loc); in Blocks()
7885 DCHECK(!destination.OverlapsWith(move.GetDestination())) in AddMove()