Searched refs:V8_LIKELY (Results 1 – 17 of 17) sorted by relevance
44 if (V8_LIKELY(buffer_cursor_ < buffer_end_)) { in Advance()64 if (V8_LIKELY(buffer_cursor_ > buffer_start_)) { in Back()75 if (V8_LIKELY(buffer_cursor_ - 2 >= buffer_start_)) { in Back2()87 if (V8_LIKELY(pos >= buffer_pos_ && in Seek()
321 if (V8_LIKELY(t < kUtf8Bom)) { in FillBufferFromCurrentChunk()
153 if (V8_LIKELY(num->IsSmi())) { in CapRelativeIndex()186 if (V8_LIKELY(args.length() > 1)) { in BUILTIN()
1626 if (V8_LIKELY(receiver->IsJSArray() && in BUILTIN()
358 # define V8_LIKELY(condition) (__builtin_expect(!!(condition), 1)) macro361 # define V8_LIKELY(condition) (condition) macro
7827 if (V8_LIKELY(IsJust())) *out = value_; in To()8902 if (V8_LIKELY(I::IsValidSmi(i))) {8914 if (V8_LIKELY(fits_into_int32_t)) {9157 if (V8_LIKELY(instance_type == I::kJSObjectType ||
24 if (V8_LIKELY(!FLAG_ic_stats)) return; in Begin()
111 if (V8_LIKELY(!FLAG_ic_stats)) return; in TraceIC()
483 if (V8_LIKELY(from_index->IsSmi())) { in RUNTIME_FUNCTION()494 if (V8_LIKELY(std::isfinite(start_from))) { in RUNTIME_FUNCTION()
860 if (V8_LIKELY(status == U_STRING_NOT_TERMINATED_WARNING)) { in LocaleConvertCase()
183 return V8_LIKELY(cmp) ? nullptr \
386 if (V8_LIKELY(FLAG_runtime_stats == 0)) return; in Reset()
496 if (V8_LIKELY(!map_changed)) map_changed = *map == object->map(); in WriteJSObject()497 if (V8_LIKELY(!map_changed && details.location() == kField)) { in WriteJSObject()977 if (V8_LIKELY(shift < sizeof(T) * 8)) { in ReadVarint()
283 if (V8_LIKELY(next <= kMaxOneByteChar && *buffer == 0)) { in ValueOfIncremental()
8364 if (V8_LIKELY(!i::FLAG_gc_stats)) return false; in GetHeapObjectStatisticsAtLastGC()
935 if (V8_LIKELY(rare_data_ == nullptr)) return; in NullifyRareVariableIf()
839 if (V8_LIKELY(FLAG_gc_stats == 0)) return; in CreateObjectStats()