Searched refs:is_short_builtin_calls_enabled (Results 1 – 7 of 7) sorted by relevance
60 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()
97 if (isolate->is_short_builtin_calls_enabled() && in GetEmbeddedDataForPC()
33 !isolate->is_short_builtin_calls_enabled()) { in CanCompileWithBaseline()
78 isolate->is_short_builtin_calls_enabled() && in Default()
1704 bool is_short_builtin_calls_enabled() const { in is_short_builtin_calls_enabled() function
3751 if (!is_short_builtin_calls_enabled() || !RequiresCodeRange()) { in ThrowInternal()3776 if (!is_short_builtin_calls_enabled()) { in ThrowInternal()
7253 Address flags = (isolate()->is_short_builtin_calls_enabled() ? 1 : 0) | in GcSafeFindCodeForInnerPointer()