Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc221 Location swap_destination = move->GetDestination(); in PerformMove() local
225 UpdateSourceOf(other_move, source, swap_destination); in PerformMove()
226 } else if (other_move->Blocks(swap_destination)) { in PerformMove()
227 UpdateSourceOf(other_move, swap_destination, source); in PerformMove()