Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h355 # define V8_LIKELY(condition) (__builtin_expect(!!(condition), 1)) macro
358 # define V8_LIKELY(condition) (condition) macro