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

/external/v8/src/ic/
H A Dic-state.h37 DCHECK_LE(op, LAST_TOKEN);
85 static const int LAST_TOKEN = Token::MOD; member in class:v8::internal::BASE_EMBEDDED
128 STATIC_ASSERT(LAST_TOKEN - FIRST_TOKEN < (1 << 4));
H A Dic-state.cc27 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN; member in class:v8::internal::BinaryOpICState
44 DCHECK_LE(op_, LAST_TOKEN);
/external/v8/src/
H A Dtype-info.cc298 op > BinaryOpICState::LAST_TOKEN);

Completed in 131 milliseconds