Lines Matching refs:operands_
22 operands_[0] = operand0; in BytecodeNode()
29 operands_[0] = operand0; in BytecodeNode()
30 operands_[1] = operand1; in BytecodeNode()
37 operands_[0] = operand0; in BytecodeNode()
38 operands_[1] = operand1; in BytecodeNode()
39 operands_[2] = operand2; in BytecodeNode()
47 operands_[0] = operand0; in BytecodeNode()
48 operands_[1] = operand1; in BytecodeNode()
49 operands_[2] = operand2; in BytecodeNode()
50 operands_[3] = operand3; in BytecodeNode()
70 operands_[0] = operand0; in set_bytecode()
84 os << ' ' << std::setw(8) << std::setfill('0') << std::hex << operands_[i]; in Print()
110 operands_[operand_count()] = extra_operand; in Transform()