Home
last modified time | relevance | path

Searched refs:RequiresCodeRange (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc3362 heap()->memory_allocator() && RequiresCodeRange() && in ThrowInternal()
3751 if (!is_short_builtin_calls_enabled() || !RequiresCodeRange()) { in ThrowInternal()
5518 bool Isolate::RequiresCodeRange() const { in ThrowInternal() function in v8::internal::Isolate
Disolate.h1879 bool RequiresCodeRange() const;
/third_party/node/deps/v8/src/heap/
Dheap.cc5702 if (isolate_->RequiresCodeRange() || code_range_size_ != 0) { in SetUp()