Searched refs:isolate_allocator (Results 1 – 2 of 2) sorted by relevance
3162 std::unique_ptr<IsolateAllocator> isolate_allocator = in ThrowInternal() local3165 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() local3208 isolate_allocator.reset(); in ThrowInternal()3232 Isolate::Isolate(std::unique_ptr<i::IsolateAllocator> isolate_allocator, in ThrowInternal() argument3234 : isolate_data_(this, isolate_allocator->GetPtrComprCageBase()), in ThrowInternal()3236 isolate_allocator_(std::move(isolate_allocator)), in ThrowInternal()
1949 explicit Isolate(std::unique_ptr<IsolateAllocator> isolate_allocator,