Home
last modified time | relevance | path

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

/external/chromium_org/v8/include/
Dv8config.h360 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0)) macro
363 # define V8_UNLIKELY(condition) (condition) macro
Dv8.h5996 if (V8_UNLIKELY(handle.IsEmpty())) {
6007 if (V8_UNLIKELY(handle.IsEmpty())) {