Home
last modified time | relevance | path

Searched refs:moves_ (Results 1 – 9 of 9) 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.h36 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { in ParallelMoveResolver()
37 moves_.reserve(32); in ParallelMoveResolver()
48 ArenaVector<MoveOperands*> moves_; variable
Dparallel_move_test.cc61 MoveOperands* move = moves_[index]; in EmitMove()
73 MoveOperands* move = moves_[index]; in EmitSwap()
132 MoveOperands* move = moves_[index]; in EmitMove()
Dnodes.h8339 moves_(allocator->Adapter(kArenaAllocMoveOperands)) {
8340 moves_.reserve(kDefaultNumberOfMoves);
8351 for (const MoveOperands& move : moves_) {
8367 for (const MoveOperands& move : moves_) {
8374 moves_.emplace_back(source, destination, type, instruction);
8378 return &moves_[index];
8381 size_t NumMoves() const { return moves_.size(); }
8389 ArenaVector<MoveOperands> moves_;
Dcode_generator_riscv64.cc1059 MoveOperands* move = moves_[index]; in EmitMove()
1064 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_x86_64.cc6362 MoveOperands* move = moves_[index]; in EmitMove()
6547 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_x86.cc7004 MoveOperands* move = moves_[index]; in EmitMove()
7222 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_arm_vixl.cc7406 MoveOperands* move = moves_[index]; in EmitMove()
7565 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_arm64.cc1200 MoveOperands* move = moves_[index]; in EmitMove()