Searched defs:LAST_TOKEN (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/ic/ | ||
H A D | ic-state.cc | 29 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN; member in class:v8::internal::BinaryOpICState 46 DCHECK_LE(op_, LAST_TOKEN); |
H A D | ic-state.h | 71 DCHECK_LE(op, LAST_TOKEN); 118 static const int LAST_TOKEN = Token::MOD; member in class:v8::internal::BASE_EMBEDDED 145 STATIC_ASSERT(LAST_TOKEN - FIRST_TOKEN < (1 << 4)); |
Completed in 4234 milliseconds