Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc108 DCHECK_NULL(old_space_allocator_); in SetUp()
109 old_space_allocator_ = in SetUp()
339 old_space_allocator_->FreeLinearAllocationArea(); in FreeLinearAllocationArea()
348 old_space_allocator_->MakeLinearAllocationAreaIterable(); in MakeLinearAllocationAreaIterable()
353 old_space_allocator_->MarkLinearAllocationAreaBlack(); in MarkLinearAllocationAreaBlack()
358 old_space_allocator_->UnmarkLinearAllocationArea(); in UnmarkLinearAllocationArea()
Dlocal-heap.h98 return old_space_allocator_.get(); in old_space_allocator()
315 std::unique_ptr<ConcurrentAllocator> old_space_allocator_; variable