Lines Matching defs:operand_
268 DCHECK(operand_.IsInvalid());
269 operand_ = compiler::UnallocatedOperand(args...);
274 DCHECK(operand_.IsUnallocated());
275 operand_ = compiler::AllocatedOperand(args...);
281 operand_ = compiler::AllocatedOperand(args...);
286 DCHECK(operand_.IsUnallocated());
287 operand_ = compiler::ConstantOperand(args...);
292 compiler::AllocatedOperand::cast(operand_).register_code());
295 const compiler::InstructionOperand& operand() const { return operand_; }
296 const compiler::InstructionOperand& operand() { return operand_; }
299 compiler::InstructionOperand operand_;