Home
last modified time | relevance | path

Searched refs:isolate_allocator (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc3162 std::unique_ptr<IsolateAllocator> isolate_allocator = in ThrowInternal() local
3165 void* isolate_ptr = isolate_allocator->isolate_memory(); in ThrowInternal()
3167 new (isolate_ptr) Isolate(std::move(isolate_allocator), is_shared); in ThrowInternal()
3204 std::unique_ptr<IsolateAllocator> isolate_allocator = in ThrowInternal() local
3208 isolate_allocator.reset(); in ThrowInternal()
3232 Isolate::Isolate(std::unique_ptr<i::IsolateAllocator> isolate_allocator, in ThrowInternal() argument
3234 : isolate_data_(this, isolate_allocator->GetPtrComprCageBase()), in ThrowInternal()
3236 isolate_allocator_(std::move(isolate_allocator)), in ThrowInternal()
Disolate.h1949 explicit Isolate(std::unique_ptr<IsolateAllocator> isolate_allocator,