Searched refs:current_move (Results 1 – 1 of 1) sorted by relevance
87 LMoveOperands& current_move = moves_[index]; in PerformMove() local89 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()