Searched refs:LAST_TOKEN (Results 1 – 3 of 3) sorted by relevance
71 DCHECK_LE(op, LAST_TOKEN); in BinaryOpICState()118 static const int LAST_TOKEN = Token::MOD; variable145 STATIC_ASSERT(LAST_TOKEN - FIRST_TOKEN < (1 << 4));
29 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN; member in v8::internal::BinaryOpICState46 DCHECK_LE(op_, LAST_TOKEN); in BinaryOpICState()
233 op > BinaryOpICState::LAST_TOKEN); in BinaryType()