Searched refs:moves_ (Results 1 – 7 of 7) sorted by relevance
24 DCHECK(moves_.IsEmpty()); in EmitNativeCode()28 for (size_t i = 0; i < moves_.Size(); ++i) { in EmitNativeCode()29 const MoveOperands& move = *moves_.Get(i); in EmitNativeCode()39 for (size_t i = 0; i < moves_.Size(); ++i) { in EmitNativeCode()40 const MoveOperands& move = *moves_.Get(i); in EmitNativeCode()47 moves_.Reset(); in EmitNativeCode()59 moves_.Add(move); in BuildInitialMoveList()73 DCHECK(!moves_.Get(index)->IsPending()); in PerformMove()74 DCHECK(!moves_.Get(index)->IsRedundant()); in PerformMove()79 DCHECK(!moves_.Get(index)->GetSource().IsInvalid()); in PerformMove()[all …]
36 explicit ParallelMoveResolver(ArenaAllocator* allocator) : moves_(allocator, 32) {} in ParallelMoveResolver()73 GrowableArray<MoveOperands*> moves_; variable
30 MoveOperands* move = moves_.Get(index); in EmitMove()42 MoveOperands* move = moves_.Get(index); in EmitSwap()
1531 explicit HParallelMove(ArenaAllocator* arena) : moves_(arena, kDefaultNumberOfMoves) {} in HParallelMove()1534 moves_.Add(move); in AddMove()1538 return moves_.Get(index); in MoveOperandsAt()1541 size_t NumMoves() const { return moves_.Size(); } in NumMoves()1546 GrowableArray<MoveOperands*> moves_;
1339 MoveOperands* move = moves_.Get(index); in EmitMove()1436 MoveOperands* move = moves_.Get(index); in EmitSwap()
1505 MoveOperands* move = moves_.Get(index); in EmitMove()1558 MoveOperands* move = moves_.Get(index); in EmitSwap()
1500 MoveOperands* move = moves_.Get(index); in EmitMove()1560 MoveOperands* move = moves_.Get(index); in EmitSwap()