Searched refs:V8_UNLIKELY (Results 1 – 2 of 2) sorted by relevance
360 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0)) macro363 # define V8_UNLIKELY(condition) (condition) macro
5996 if (V8_UNLIKELY(handle.IsEmpty())) {6007 if (V8_UNLIKELY(handle.IsEmpty())) {