Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters-inl.h15 if (V8_UNLIKELY(FLAG_runtime_stats)) { in RuntimeCallTimerScope()
27 if (V8_UNLIKELY(FLAG_runtime_stats)) { in RuntimeCallTimerScope()
Darguments.h99 if (V8_UNLIKELY(FLAG_runtime_stats)) { \
Dcounters.h880 if (V8_UNLIKELY(FLAG_runtime_stats)) { \
1315 if (V8_UNLIKELY(stats_ != nullptr)) { in ~RuntimeCallTimerScope()
Dlog.cc1288 if (V8_UNLIKELY(FLAG_runtime_stats == in TickEvent()
Dvalue-serializer.cc1027 if (result.ToHandle(&object) && V8_UNLIKELY(object->IsJSArrayBuffer()) && in ReadObject()
Disolate.cc2753 if (V8_UNLIKELY(FLAG_runtime_stats == in Throw()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.cc26 if (V8_UNLIKELY(FLAG_runtime_stats)) { in Scope()
55 if (V8_UNLIKELY(FLAG_runtime_stats)) { in ~Scope()
/external/v8/include/
Dv8config.h357 # define V8_UNLIKELY(condition) (__builtin_expect(!!(condition), 0)) macro
360 # define V8_UNLIKELY(condition) (condition) macro
Dv8.h7658 if (V8_UNLIKELY(!IsJust())) V8::FromJustIsNothing(); in FromJust()
8497 if (V8_UNLIKELY(val_ == nullptr)) V8::ToLocalEmpty();
8668 if (V8_UNLIKELY(handle.IsEmpty())) {
8679 if (V8_UNLIKELY(handle.IsEmpty())) {
8690 if (V8_UNLIKELY(handle.IsEmpty())) {
/external/v8/src/heap/
Dgc-tracer.cc32 if (V8_UNLIKELY(FLAG_runtime_stats)) { in Scope()
43 if (V8_UNLIKELY(FLAG_runtime_stats)) { in ~Scope()
201 if (V8_UNLIKELY(FLAG_runtime_stats)) { in Start()
301 if (V8_UNLIKELY(FLAG_runtime_stats)) { in Stop()
Dmark-compact.cc2246 if (V8_UNLIKELY(FLAG_gc_stats)) { in RecordObjectStats()
2251 if (V8_UNLIKELY(FLAG_gc_stats & in RecordObjectStats()
Dheap.cc5475 if (V8_UNLIKELY(FLAG_gc_stats)) { in SetUp()
/external/v8/src/builtins/
Dbuiltins-utils.h94 if (V8_UNLIKELY(FLAG_runtime_stats)) { \
Dbuiltins-array.cc275 if (V8_UNLIKELY(!array->HasFastElements() || in BUILTIN()
337 if (V8_UNLIKELY( in BUILTIN()
/external/v8/src/ic/
Dhandler-compiler.cc235 if (V8_UNLIKELY(FLAG_runtime_stats)) { in CompileLoadCallback()
247 if (V8_UNLIKELY(FLAG_runtime_stats)) { in CompileLoadCallback()
601 if (V8_UNLIKELY(FLAG_runtime_stats)) { in CompileStoreCallback()
Dic.cc3073 if (V8_UNLIKELY(FLAG_runtime_stats)) { in RUNTIME_FUNCTION()
/external/v8/src/base/
Dlogging.h48 if (V8_UNLIKELY(!(condition))) { \
/external/v8/src/runtime/
Druntime-i18n.cc1056 if (V8_UNLIKELY(ch == sharp_s)) { in ToUpperOneByte()
1060 if (V8_UNLIKELY(ch == 0xB5 || ch == 0xFF)) { in ToUpperOneByte()
1103 if (V8_UNLIKELY(IsASCIIUpper(ch) || ch & ~0x7F)) { in RUNTIME_FUNCTION()
1190 if (V8_UNLIKELY(!is_result_single_byte)) { in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Dstore-store-elimination.cc32 if (V8_UNLIKELY(!(condition))) { \
/external/v8/src/tracing/
Dtrace-event.h578 if (V8_UNLIKELY(p_data_ && *data_.category_group_enabled)) { in ~CallStatsScopedTracer()
/external/v8/src/parsing/
Dscanner.cc283 if (V8_UNLIKELY(next_next_.token != Token::UNINITIALIZED)) { in Next()
Dparser-base.h3080 if (V8_UNLIKELY(is_async && impl()->IsIdentifier(result))) { in ParseLeftHandSideExpression()
/external/v8/src/crankshaft/
Dhydrogen.cc8905 if (V8_UNLIKELY(FLAG_runtime_stats)) return false; in TryInlineApiFunctionCall()
8918 if (V8_UNLIKELY(FLAG_runtime_stats)) return false; in TryInlineApiMethodCall()
8928 if (V8_UNLIKELY(FLAG_runtime_stats)) return false; in TryInlineApiGetter()
8952 if (V8_UNLIKELY(FLAG_runtime_stats)) return false; in TryInlineApiCall()