Lines Matching refs:operand_count
27 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_()
36 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_()
47 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_()
59 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_()
73 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_()
88 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_()
111 DCHECK_LT(i, operand_count()); in operand()
118 int operand_count() const { return operand_count_; } in operand_count() function
134 V8_INLINE BytecodeNode(Bytecode bytecode, int operand_count,
140 operand_count_(operand_count), in bytecode_()
143 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count); in bytecode_()