Searched refs:moves_ (Results 1 – 11 of 11) sorted by relevance
37 moves_ = new (GetAllocator()) HParallelMove(GetAllocator()); in SetUp()111 HParallelMove* moves_; member in art::EmitSwapMipsTest118 moves_->AddMove( in TEST_F()123 moves_->AddMove( in TEST_F()132 DriverWrapper(moves_, expected, "TwoRegisters"); in TEST_F()136 moves_->AddMove( in TEST_F()141 moves_->AddMove( in TEST_F()153 DriverWrapper(moves_, expected, "TwoRegisterPairs"); in TEST_F()157 moves_->AddMove( in TEST_F()162 moves_->AddMove( in TEST_F()[all …]
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()[all …]
35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { in ParallelMoveResolver()36 moves_.reserve(32); in ParallelMoveResolver()47 ArenaVector<MoveOperands*> moves_; variable
60 MoveOperands* move = moves_[index]; in EmitMove()72 MoveOperands* move = moves_[index]; in EmitSwap()131 MoveOperands* move = moves_[index]; in EmitMove()
7696 moves_(allocator->Adapter(kArenaAllocMoveOperands)) { in HExpression()7697 moves_.reserve(kDefaultNumberOfMoves); in HExpression()7708 for (const MoveOperands& move : moves_) { in AddMove()7724 for (const MoveOperands& move : moves_) { in AddMove()7731 moves_.emplace_back(source, destination, type, instruction); in AddMove()7735 return &moves_[index]; in MoveOperandsAt()7738 size_t NumMoves() const { return moves_.size(); } in NumMoves()7746 ArenaVector<MoveOperands> moves_;
1083 DCHECK_LT(index, moves_.size()); in EmitMove()1084 MoveOperands* move = moves_[index]; in EmitMove()1089 DCHECK_LT(index, moves_.size()); in EmitSwap()1090 MoveOperands* move = moves_[index]; in EmitSwap()
1029 MoveOperands* move = moves_[index]; in EmitMove()1034 MoveOperands* move = moves_[index]; in EmitSwap()
5584 MoveOperands* move = moves_[index]; in EmitMove()5769 MoveOperands* move = moves_[index]; in EmitSwap()
6216 MoveOperands* move = moves_[index]; in EmitMove()6413 MoveOperands* move = moves_[index]; in EmitSwap()
6673 MoveOperands* move = moves_[index]; in EmitMove()6832 MoveOperands* move = moves_[index]; in EmitSwap()
1058 MoveOperands* move = moves_[index]; in EmitMove()