Home
last modified time | relevance | path

Searched refs:UnmarkLinearAllocationArea (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc357 void LocalHeap::UnmarkLinearAllocationArea() { in UnmarkLinearAllocationArea() function in v8::internal::LocalHeap
358 old_space_allocator_->UnmarkLinearAllocationArea(); in UnmarkLinearAllocationArea()
359 code_space_allocator_->UnmarkLinearAllocationArea(); in UnmarkLinearAllocationArea()
Dconcurrent-allocator.h52 void UnmarkLinearAllocationArea();
Dincremental-marking.cc319 heap()->old_space()->UnmarkLinearAllocationArea(); in PauseBlackAllocation()
320 if (heap()->map_space()) heap()->map_space()->UnmarkLinearAllocationArea(); in PauseBlackAllocation()
321 heap()->code_space()->UnmarkLinearAllocationArea(); in PauseBlackAllocation()
323 [](LocalHeap* local_heap) { local_heap->UnmarkLinearAllocationArea(); }); in PauseBlackAllocation()
Dconcurrent-allocator.cc112 void ConcurrentAllocator::UnmarkLinearAllocationArea() { in UnmarkLinearAllocationArea() function in v8::internal::ConcurrentAllocator
Dlocal-heap.h113 void UnmarkLinearAllocationArea();
Dpaged-spaces.h194 void UnmarkLinearAllocationArea(); in NON_EXPORTED_BASE()
Dpaged-spaces.cc424 void PagedSpace::UnmarkLinearAllocationArea() { in UnmarkLinearAllocationArea() function in v8::internal::PagedSpace