Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_resolver.cc32 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()
[all …]
Dparallel_move_resolver.h35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { in ParallelMoveResolver()
36 moves_.reserve(32); in ParallelMoveResolver()
47 ArenaVector<MoveOperands*> moves_; variable
Dparallel_move_test.cc60 MoveOperands* move = moves_[index]; in EmitMove()
72 MoveOperands* move = moves_[index]; in EmitSwap()
131 MoveOperands* move = moves_[index]; in EmitMove()
Dnodes.h7856 moves_(allocator->Adapter(kArenaAllocMoveOperands)) { in HExpression()
7857 moves_.reserve(kDefaultNumberOfMoves); in HExpression()
7868 for (const MoveOperands& move : moves_) { in AddMove()
7884 for (const MoveOperands& move : moves_) { in AddMove()
7891 moves_.emplace_back(source, destination, type, instruction); in AddMove()
7895 return &moves_[index]; in MoveOperandsAt()
7898 size_t NumMoves() const { return moves_.size(); } in NumMoves()
7906 ArenaVector<MoveOperands> moves_;
Dcode_generator_x86_64.cc5808 MoveOperands* move = moves_[index]; in EmitMove()
5993 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_x86.cc6450 MoveOperands* move = moves_[index]; in EmitMove()
6668 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_arm_vixl.cc7042 MoveOperands* move = moves_[index]; in EmitMove()
7201 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_arm64.cc1123 MoveOperands* move = moves_[index]; in EmitMove()