Searched refs:LAST_TOKEN (Results 1 – 3 of 3) sorted by relevance
72 DCHECK_LE(op, LAST_TOKEN); in BinaryOpICState()127 static const int LAST_TOKEN = Token::MOD; variable155 STATIC_ASSERT(LAST_TOKEN - FIRST_TOKEN < (1 << 4));
54 DCHECK_LE(op_, LAST_TOKEN); in BinaryOpICState()
222 op > BinaryOpICState::LAST_TOKEN); in BinaryType()