Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc89 LMoveOperands& current_move = moves_[index]; in PerformMove() local
91 DCHECK(!current_move.IsPending()); in PerformMove()
92 DCHECK(!current_move.IsRedundant()); in PerformMove()
97 DCHECK(current_move.source() != NULL); // Otherwise it will look eliminated. in PerformMove()
98 LOperand* destination = current_move.destination(); in PerformMove()
99 current_move.set_destination(NULL); in PerformMove()
117 current_move.set_destination(destination); in PerformMove()