Searched refs:V8_UNLIKELY (Results 1 – 5 of 5) sorted by relevance
367 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0)) macro370 # define V8_UNLIKELY(condition) (condition) macro
6474 if (V8_UNLIKELY(!IsJust())) V8::FromJustIsNothing(); in FromJust()7292 if (V8_UNLIKELY(val_ == nullptr)) V8::ToLocalEmpty();7496 if (V8_UNLIKELY(handle.IsEmpty())) {7507 if (V8_UNLIKELY(handle.IsEmpty())) {7518 if (V8_UNLIKELY(handle.IsEmpty())) {
47 if (V8_UNLIKELY(!(condition))) { \
240 if (V8_UNLIKELY(next_next_.token != Token::UNINITIALIZED)) { in Next()
1600 if (V8_UNLIKELY(target_object->IsJSArrayBuffer())) { in Visit()1612 if (V8_UNLIKELY(target->IsJSArrayBuffer())) { in Visit()