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/snapshot/embedded/
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()
Dembedded-data.h97 if (isolate->is_short_builtin_calls_enabled() && in GetEmbeddedDataForPC()
/third_party/node/deps/v8/src/baseline/
Dbaseline.cc33 !isolate->is_short_builtin_calls_enabled()) { in CanCompileWithBaseline()
/third_party/node/deps/v8/src/codegen/
Dassembler.cc78 isolate->is_short_builtin_calls_enabled() && in Default()
/third_party/node/deps/v8/src/execution/
Disolate.h1704 bool is_short_builtin_calls_enabled() const { in is_short_builtin_calls_enabled() function
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/
Dheap.cc7253 Address flags = (isolate()->is_short_builtin_calls_enabled() ? 1 : 0) | in GcSafeFindCodeForInnerPointer()