Home
last modified time | relevance | path

Searched refs:LAST_TOKEN (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dic-state.h71 DCHECK_LE(op, LAST_TOKEN); in BinaryOpICState()
118 static const int LAST_TOKEN = Token::MOD; variable
145 STATIC_ASSERT(LAST_TOKEN - FIRST_TOKEN < (1 << 4));
Dic-state.cc29 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN; member in v8::internal::BinaryOpICState
46 DCHECK_LE(op_, LAST_TOKEN); in BinaryOpICState()
/external/v8/src/
Dtype-info.cc233 op > BinaryOpICState::LAST_TOKEN); in BinaryType()