Lines Matching refs:moves_

32       moves_.push_back(move);  in BuildInitialMoveList()
38 DCHECK(moves_.empty()); in EmitNativeCode()
43 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
44 const MoveOperands& move = *moves_[i]; in EmitNativeCode()
56 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
57 const MoveOperands& move = *moves_[i]; in EmitNativeCode()
67 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
68 MoveOperands* move = moves_[i]; in EmitNativeCode()
77 moves_.clear(); in EmitNativeCode()
127 MoveOperands* move = moves_[index]; in PerformMove()
147 for (size_t i = 0; i < moves_.size(); ++i) { in PerformMove()
148 const MoveOperands& other_move = *moves_[i]; in PerformMove()
167 } else if (required_swap == moves_[i]) { in PerformMove()
175 moves_[index]->ClearPending(destination); in PerformMove()
201 for (MoveOperands* other_move : moves_) { in PerformMove()
223 for (MoveOperands* other_move : moves_) { in PerformMove()
244 for (MoveOperands* move : moves_) { in IsScratchLocation()
250 for (MoveOperands* move : moves_) { in IsScratchLocation()
304 DCHECK(moves_.empty()); in EmitNativeCode()
313 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
314 const MoveOperands& move = *moves_[i]; in EmitNativeCode()
326 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
327 MoveOperands* move = moves_[i]; in EmitNativeCode()
346 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
347 MoveOperands* move = moves_[i]; in EmitNativeCode()
360 moves_.clear(); in EmitNativeCode()
370 for (MoveOperands* move : moves_) { in GetScratchLocation()
407 MoveOperands* move = moves_[index]; in PerformMove()
434 for (size_t i = 0; i < moves_.size(); ++i) { in PerformMove()
435 const MoveOperands& other_move = *moves_[i]; in PerformMove()
516 for (MoveOperands* move : moves_) { in UpdateMoveSource()
550 for (MoveOperands* move : moves_) { in IsBlockedByMoves()