Lines Matching defs:kLast
550 // The COUNT_BYTECODE macro will turn this into kLast = -1 +1 +1... which will
552 kLast = -1 BYTECODE_LIST(COUNT_BYTECODE),
564 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1;
580 DCHECK_LE(bytecode, Bytecode::kLast);
587 DCHECK_LE(bytecode, Bytecode::kLast);
626 DCHECK_LE(bytecode, Bytecode::kLast);
817 DCHECK_LE(bytecode, Bytecode::kLast);
823 DCHECK_LE(bytecode, Bytecode::kLast);
832 DCHECK_LE(bytecode, Bytecode::kLast);
838 DCHECK_LE(bytecode, Bytecode::kLast);
845 DCHECK_LE(bytecode, Bytecode::kLast);
868 DCHECK_LE(bytecode, Bytecode::kLast);
870 DCHECK_LE(operand_scale, OperandScale::kLast);
872 OperandScale::kLast == OperandScale::kQuadruple);
885 DCHECK_LE(bytecode, Bytecode::kLast);
887 OperandScale::kLast == OperandScale::kQuadruple);
974 DCHECK_LE(operand_type, OperandType::kLast);
976 DCHECK_LE(operand_scale, OperandScale::kLast);
978 OperandScale::kLast == OperandScale::kQuadruple);