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

/external/chromium_org/v8/src/compiler/
H A Dinstruction.h270 class MoveOperands FINAL {
272 MoveOperands(InstructionOperand* source, InstructionOperand* destination) function in class:v8::internal::compiler::FINAL
313 OStream& operator<<(OStream& os, const MoveOperands& mo);
352 move_operands_.Add(MoveOperands(from, to), zone);
357 ZoneList<MoveOperands>* move_operands() { return &move_operands_; }
358 const ZoneList<MoveOperands>* move_operands() const {
363 ZoneList<MoveOperands> move_operands_;

Completed in 66 milliseconds