Home
last modified time | relevance | path

Searched refs:is_short_builtin_calls_enabled (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/baseline/
H A Dbaseline.cc33 !isolate->is_short_builtin_calls_enabled()) { in CanCompileWithBaseline()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc60 return isolate->is_short_builtin_calls_enabled() && in PcIsOffHeap()
77 if (isolate->is_short_builtin_calls_enabled()) { in TryGetAddressForHashing()
96 if (isolate->is_short_builtin_calls_enabled() && in TryLookupCode()
H A Dembedded-data.h97 if (isolate->is_short_builtin_calls_enabled() && in GetEmbeddedDataForPC()
/third_party/node/deps/v8/src/codegen/
H A Dassembler.cc78 isolate->is_short_builtin_calls_enabled() && in Default()
/third_party/node/deps/v8/src/execution/
H A Disolate.h1704 bool is_short_builtin_calls_enabled() const { in is_short_builtin_calls_enabled() function in v8::internal::final
H A Disolate.cc3751 if (!is_short_builtin_calls_enabled() || !RequiresCodeRange()) { in ThrowInternal()
3776 if (!is_short_builtin_calls_enabled()) { in ThrowInternal()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc7253 Address flags = (isolate()->is_short_builtin_calls_enabled() ? 1 : 0) | in GcSafeFindCodeForInnerPointer()

Completed in 25 milliseconds