Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.cc2923 std::move(isolate->isolate_allocator_); in ThrowInternal()
2947 return isolate_allocator_->page_allocator(); in ThrowInternal()
2952 isolate_allocator_(std::move(isolate_allocator)), in ThrowInternal()
Disolate.h1742 std::unique_ptr<IsolateAllocator> isolate_allocator_; variable