Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc148 const MoveOperands& other_move = *moves_[i]; in PerformMove() local
149 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
201 for (MoveOperands* other_move : moves_) { in PerformMove()
202 if (other_move->Blocks(destination)) { in PerformMove()
203 DCHECK(other_move->IsPending()) << "move=" << *move << " other_move=" << *other_move; in PerformMove()
204 if (!move->Is64BitMove() && other_move->Is64BitMove()) { in PerformMove()
207 return other_move; in PerformMove()
223 for (MoveOperands* other_move : moves_) { in PerformMove()
224 if (other_move->Blocks(source)) { in PerformMove()
225 UpdateSourceOf(other_move, source, swap_destination); in PerformMove()
[all …]