Searched defs:moves_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Demit_swap_mips_test.cc36 moves_ = new (GetAllocator()) HParallelMove(GetAllocator());
108 HParallelMove* moves_; member in class:art::EmitSwapMipsTest
116 moves_->AddMove(
121 moves_->AddMove(
130 DriverWrapper(moves_, expected, "TwoRegisters");
134 moves_->AddMove(
139 moves_->AddMove(
151 DriverWrapper(moves_, expected, "TwoRegisterPairs");
155 moves_->AddMove(
160 moves_
[all...]
H A Dparallel_move_resolver.h35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) {
36 moves_.reserve(32);
47 ArenaVector<MoveOperands*> moves_; member in class:art::ParallelMoveResolver
100 // Perform the move at the moves_ index in question (possibly requiring
174 // Perform the move at the given index in `moves_` (possibly requiring other moves to satisfy

Completed in 48 milliseconds