Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.cc2885 std::unique_ptr<IsolateAllocator> isolate_allocator = in ThrowInternal() local
2888 void* isolate_ptr = isolate_allocator->isolate_memory(); in ThrowInternal()
2889 Isolate* isolate = new (isolate_ptr) Isolate(std::move(isolate_allocator)); in ThrowInternal()
2922 std::unique_ptr<IsolateAllocator> isolate_allocator = in ThrowInternal() local
2926 isolate_allocator.reset(); in ThrowInternal()
2950 Isolate::Isolate(std::unique_ptr<i::IsolateAllocator> isolate_allocator) in ThrowInternal() argument
2952 isolate_allocator_(std::move(isolate_allocator)), in ThrowInternal()
Disolate.h1635 explicit Isolate(std::unique_ptr<IsolateAllocator> isolate_allocator);