Searched refs:move_operands_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dlithium.cc124 for (int i = 0; i < move_operands_.length(); ++i) {
125 if (!move_operands_[i].IsRedundant()) return false;
133 for (int i = 0; i < move_operands_.length(); ++i) {
134 if (!move_operands_[i].IsEliminated()) {
135 LOperand* source = move_operands_[i].source();
136 LOperand* destination = move_operands_[i].destination();
H A Dlithium.h387 LParallelMove() : move_operands_(4) { }
390 move_operands_.Add(LMoveOperands(from, to));
396 return &move_operands_;
402 ZoneList<LMoveOperands> move_operands_; member in class:v8::internal::LParallelMove

Completed in 60 milliseconds