Lines Matching refs:DCHECK_EQ
143 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in NON_EXPORTED_BASE()
152 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in NON_EXPORTED_BASE()
162 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in NON_EXPORTED_BASE()
174 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in NON_EXPORTED_BASE()
187 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in NON_EXPORTED_BASE()
205 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode_), in NON_EXPORTED_BASE()
218 DCHECK_EQ(Bytecodes::NumberOfOperands(new_bytecode), in NON_EXPORTED_BASE()
269 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count); in NON_EXPORTED_BASE()
285 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in NON_EXPORTED_BASE()
295 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in NON_EXPORTED_BASE()
296 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 1), operand1_type); in NON_EXPORTED_BASE()
309 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in NON_EXPORTED_BASE()
310 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 1), operand1_type); in NON_EXPORTED_BASE()
311 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 2), operand2_type); in NON_EXPORTED_BASE()
326 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 0), operand0_type); in NON_EXPORTED_BASE()
327 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 1), operand1_type); in NON_EXPORTED_BASE()
328 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 2), operand2_type); in NON_EXPORTED_BASE()
329 DCHECK_EQ(Bytecodes::GetOperandType(bytecode, 3), operand3_type); in NON_EXPORTED_BASE()