Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc466 MoveOperands* pending_move; in PerformMove() local
467 while ((pending_move = GetUnblockedPendingMove(source)) != nullptr) { in PerformMove()
468 Location pending_source = pending_move->GetSource(); in PerformMove()
469 Location pending_destination = pending_move->GetDestination(); in PerformMove()
472 DeletePendingMove(pending_move); in PerformMove()