Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc87 LMoveOperands& current_move = moves_[index]; in PerformMove() local
89 DCHECK(!current_move.IsPending()); in PerformMove()
90 DCHECK(!current_move.IsRedundant()); in PerformMove()
95 DCHECK(current_move.source() != NULL); // Otherwise it will look eliminated. in PerformMove()
96 LOperand* destination = current_move.destination(); in PerformMove()
97 current_move.set_destination(NULL); in PerformMove()
115 current_move.set_destination(destination); in PerformMove()