Searched refs:V8_UNLIKELY (Results 1 – 2 of 2) sorted by relevance
339 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0)) macro342 # define V8_UNLIKELY(condition) (condition) macro
6172 if (V8_UNLIKELY(handle.IsEmpty())) {6183 if (V8_UNLIKELY(handle.IsEmpty())) {