Home
last modified time | relevance | path

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

/external/v8/src/base/
Dlogging.h114 return V8_LIKELY(lhs op rhs) ? nullptr : MakeCheckOpString(lhs, rhs, msg); \
118 return V8_LIKELY(lhs op rhs) ? nullptr : MakeCheckOpString(lhs, rhs, msg); \
/external/v8/include/
Dv8config.h368 # define V8_LIKELY(condition) (__builtin_expect(!!(condition), 1)) macro
371 # define V8_LIKELY(condition) (condition) macro
Dv8.h7535 if (V8_LIKELY(I::IsValidSmi(i))) {
7547 if (V8_LIKELY(fits_into_int32_t)) {
7778 if (V8_LIKELY(I::GetInstanceType(obj) == I::kJSObjectType)) {