Searched defs:LMoveOperands (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium.h270 class LMoveOperands final BASE_EMBEDDED {
272 LMoveOperands(LOperand* source, LOperand* destination) function in class:v8::internal::BASE_EMBEDDED
353 move_operands_.Add(LMoveOperands(from, to), zone);
358 ZoneList<LMoveOperands>* move_operands() { return &move_operands_; }
363 ZoneList<LMoveOperands> move_operands_;

Completed in 151 milliseconds