Home | History | Annotate | Download | only in optimizing

Lines Matching refs:moves_

37     moves_ = new (allocator_.get()) HParallelMove(allocator_.get());
107 HParallelMove* moves_;
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_->AddMove(
169 DriverWrapper(moves_, expected, "TwoFpuRegistersFloat");
173 moves_->AddMove(
178 moves_->AddMove(
187 DriverWrapper(moves_, expected, "TwoFpuRegistersDouble");
191 moves_->AddMove(
196 moves_->AddMove(
205 DriverWrapper(moves_, expected, "RegisterAndFpuRegister");
209 moves_->AddMove(
214 moves_->AddMove(
226 DriverWrapper(moves_, expected, "RegisterPairAndFpuRegister");
230 moves_->AddMove(
235 moves_->AddMove(
249 DriverWrapper(moves_, expected, "TwoStackSlots");
253 moves_->AddMove(
258 moves_->AddMove(
276 DriverWrapper(moves_, expected, "TwoDoubleStackSlots");
280 moves_->AddMove(
285 moves_->AddMove(
294 DriverWrapper(moves_, expected, "RegisterAndStackSlot");
298 moves_->AddMove(
303 moves_->AddMove(
315 DriverWrapper(moves_, expected, "RegisterPairAndDoubleStackSlot");
319 moves_->AddMove(
324 moves_->AddMove(
333 DriverWrapper(moves_, expected, "FpuRegisterAndStackSlot");
337 moves_->AddMove(
342 moves_->AddMove(
351 DriverWrapper(moves_, expected, "FpuRegisterAndDoubleStackSlot");