Searched refs:isolate_allocator_ (Results 1 – 2 of 2) sorted by relevance
2923 std::move(isolate->isolate_allocator_); in ThrowInternal()2947 return isolate_allocator_->page_allocator(); in ThrowInternal()2952 isolate_allocator_(std::move(isolate_allocator)), in ThrowInternal()
1742 std::unique_ptr<IsolateAllocator> isolate_allocator_; variable