HomeSort by relevance Sort by last modified time
    Searched defs:moves_ (Results 1 - 11 of 11) sorted by null

  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.h 27 // Perform the move at the moves_ index in question (possibly requiring
44 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.h 27 // Perform the move at the moves_ index in question (possibly requiring
72 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.h 27 // Perform the move at the moves_ index in question (possibly requiring
72 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.h 43 // Perform the move at the moves_ index in question (possibly requiring
61 masm_.StackSlotMove(moves_[index].source(), moves_[index].destination());
90 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /art/compiler/optimizing/
emit_swap_mips_test.cc 37 moves_ = new (allocator_.get()) HParallelMove(allocator_.get());
107 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_->AddMove
    [all...]
parallel_move_resolver.h 35 : 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 366 milliseconds