Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc24 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 …]
Dparallel_move_resolver.h36 explicit ParallelMoveResolver(ArenaAllocator* allocator) : moves_(allocator, 32) {} in ParallelMoveResolver()
73 GrowableArray<MoveOperands*> moves_; variable
Dparallel_move_test.cc30 MoveOperands* move = moves_.Get(index); in EmitMove()
42 MoveOperands* move = moves_.Get(index); in EmitSwap()
Dnodes.h1531 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_;
Dcode_generator_x86_64.cc1339 MoveOperands* move = moves_.Get(index); in EmitMove()
1436 MoveOperands* move = moves_.Get(index); in EmitSwap()
Dcode_generator_arm.cc1505 MoveOperands* move = moves_.Get(index); in EmitMove()
1558 MoveOperands* move = moves_.Get(index); in EmitSwap()
Dcode_generator_x86.cc1500 MoveOperands* move = moves_.Get(index); in EmitMove()
1560 MoveOperands* move = moves_.Get(index); in EmitSwap()