Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h367 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0)) macro
370 # define V8_UNLIKELY(condition) (condition) macro
Dv8.h6474 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())) {
/external/v8/src/base/
Dlogging.h47 if (V8_UNLIKELY(!(condition))) { \
/external/v8/src/parsing/
Dscanner.cc240 if (V8_UNLIKELY(next_next_.token != Token::UNINITIALIZED)) { in Next()
/external/v8/src/heap/
Dmark-compact.cc1600 if (V8_UNLIKELY(target_object->IsJSArrayBuffer())) { in Visit()
1612 if (V8_UNLIKELY(target->IsJSArrayBuffer())) { in Visit()