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

  /external/chromium_org/v8/src/
lithium.cc 138 for (int i = 0; i < move_operands_.length(); ++i) {
139 if (!move_operands_[i].IsRedundant()) return false;
147 for (int i = 0; i < move_operands_.length(); ++i) {
148 if (!move_operands_[i].IsEliminated()) {
149 LOperand* source = move_operands_[i].source();
150 LOperand* destination = move_operands_[i].destination();
lithium.h 336 explicit LParallelMove(Zone* zone) : move_operands_(4, zone) { }
339 move_operands_.Add(LMoveOperands(from, to), zone);
345 return &move_operands_;
351 ZoneList<LMoveOperands> move_operands_; member in class:v8::internal::V8_FINAL

Completed in 41 milliseconds