Lines Matching refs:Get

42     const MoveOperands& move = *moves_.Get(i);  in EmitNativeCode()
53 MoveOperands* move = moves_.Get(i); in EmitNativeCode()
112 MoveOperands* move = moves_.Get(index); in PerformMove()
133 const MoveOperands& other_move = *moves_.Get(i); in PerformMove()
152 } else if (required_swap == moves_.Get(i)) { in PerformMove()
160 moves_.Get(index)->ClearPending(destination); in PerformMove()
187 const MoveOperands& other_move = *moves_.Get(i); in PerformMove()
193 return moves_.Get(i); in PerformMove()
210 const MoveOperands& other_move = *moves_.Get(i); in PerformMove()
212 UpdateSourceOf(moves_.Get(i), source, swap_destination); in PerformMove()
214 UpdateSourceOf(moves_.Get(i), swap_destination, source); in PerformMove()
232 if (moves_.Get(i)->Blocks(loc)) { in IsScratchLocation()
238 if (moves_.Get(i)->GetDestination().Equals(loc)) { in IsScratchLocation()
301 const MoveOperands& move = *moves_.Get(i); in EmitNativeCode()
314 MoveOperands* move = moves_.Get(i); in EmitNativeCode()
334 MoveOperands* move = moves_.Get(i); in EmitNativeCode()
353 Location loc = scratches_.Get(i); in GetScratchLocation()
359 Location loc = moves_.Get(i)->GetDestination(); in GetScratchLocation()
370 DCHECK(!loc.Equals(scratches_.Get(i))); in AddScratchLocation()
379 if (loc.Equals(scratches_.Get(i))) { in RemoveScratchLocation()
395 MoveOperands* move = moves_.Get(index); in PerformMove()
423 const MoveOperands& other_move = *moves_.Get(i); in PerformMove()
480 Location scratch = scratches_.Get(i); in PerformMove()
502 MoveOperands* move = moves_.Get(i); in UpdateMoveSource()
520 MoveOperands* move = pending_moves_.Get(i); in GetUnblockedPendingMove()
532 if (pending_moves_.Get(i)->Blocks(loc)) { in IsBlockedByMoves()
537 if (moves_.Get(i)->Blocks(loc)) { in IsBlockedByMoves()