Home
last modified time | relevance | path

Searched defs:V8_LIKELY (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8config.h486 # define V8_LIKELY(condition) (__builtin_expect(!!(condition), 1)) macro
489 # define V8_LIKELY(condition) (condition) macro
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h596 # define V8_LIKELY(condition) (__builtin_expect(!!(condition), 1)) macro
599 # define V8_LIKELY(condition) (condition) macro

Completed in 3 milliseconds