Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc478 MoveOperands* pending_move; in PerformMove() local
479 while ((pending_move = GetUnblockedPendingMove(source)) != nullptr) { in PerformMove()
480 Location pending_source = pending_move->GetSource(); in PerformMove()
481 Location pending_destination = pending_move->GetDestination(); in PerformMove()
484 DeletePendingMove(pending_move); in PerformMove()