Searched refs:operand_ (Results 1 – 4 of 4) sorted by relevance
164 LOperand* operand() const { return operand_; } in operand()165 bool HasOperand() const { return operand_ != NULL; } in HasOperand()178 LOperand* const operand_; variable
28 : operand_(operand), in UsePosition()34 if (operand_ != NULL && operand_->IsUnallocated()) { in UsePosition()35 LUnallocated* unalloc = LUnallocated::cast(operand_); in UsePosition()
158 InstructionOperand* operand() const { return operand_; } in operand()159 bool HasOperand() const { return operand_ != NULL; } in HasOperand()171 InstructionOperand* const operand_; variable
27 : operand_(operand), in UsePosition()33 if (operand_ != NULL && operand_->IsUnallocated()) { in UsePosition()34 const UnallocatedOperand* unalloc = UnallocatedOperand::cast(operand_); in UsePosition()