HomeSort by relevance Sort by last modified time
    Searched refs:move_operands_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/crankshaft/
lithium.cc 171 for (int i = 0; i < move_operands_.length(); ++i) {
172 if (!move_operands_[i].IsRedundant()) return false;
180 for (int i = 0; i < move_operands_.length(); ++i) {
181 if (!move_operands_[i].IsEliminated()) {
182 LOperand* source = move_operands_[i].source();
183 LOperand* destination = move_operands_[i].destination();
lithium.h 350 explicit LParallelMove(Zone* zone) : move_operands_(4, zone) { }
353 move_operands_.Add(LMoveOperands(from, to), zone);
358 ZoneList<LMoveOperands>* move_operands() { return &move_operands_; }
363 ZoneList<LMoveOperands> move_operands_; member in class:v8::internal::final
  /external/v8/src/compiler/
instruction.cc 255 const MoveOperands& mo = *printable.move_operands_;
    [all...]
instruction.h 726 const MoveOperands* move_operands_; member in struct:v8::internal::compiler::PrintableMoveOperands
    [all...]

Completed in 108 milliseconds