UNLIKELY 159 Source/wtf/Compiler.h #define UNLIKELY(x) __builtin_expect((x), 0) UNLIKELY 161 Source/wtf/Compiler.h #define UNLIKELY(x) (x)