Home
last modified time | relevance | path

Searched refs:V8_UNLIKELY (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8config.h339 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0)) macro
342 # define V8_UNLIKELY(condition) (condition) macro
Dv8.h6172 if (V8_UNLIKELY(handle.IsEmpty())) {
6183 if (V8_UNLIKELY(handle.IsEmpty())) {