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

  /external/v8/src/
lithium.h 208 class LMoveOperands BASE_EMBEDDED {
210 LMoveOperands(LOperand* source, LOperand* destination)
390 move_operands_.Add(LMoveOperands(from, to));
395 const ZoneList<LMoveOperands>* move_operands() const {
402 ZoneList<LMoveOperands> move_operands_;
  /external/chromium_org/v8/src/
lithium.h 274 class LMoveOperands BASE_EMBEDDED {
276 LMoveOperands(LOperand* source, LOperand* destination)
461 move_operands_.Add(LMoveOperands(from, to), zone);
466 const ZoneList<LMoveOperands>* move_operands() const {
473 ZoneList<LMoveOperands> move_operands_;

Completed in 38 milliseconds