Home
last modified time | relevance | path

Searched refs:MakeLinearAllocationAreaIterable (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc347 void LocalHeap::MakeLinearAllocationAreaIterable() { in MakeLinearAllocationAreaIterable() function in v8::internal::LocalHeap
348 old_space_allocator_->MakeLinearAllocationAreaIterable(); in MakeLinearAllocationAreaIterable()
349 code_space_allocator_->MakeLinearAllocationAreaIterable(); in MakeLinearAllocationAreaIterable()
Dconcurrent-allocator.h50 void MakeLinearAllocationAreaIterable();
Dconcurrent-allocator.cc93 void ConcurrentAllocator::MakeLinearAllocationAreaIterable() { in MakeLinearAllocationAreaIterable() function in v8::internal::ConcurrentAllocator
Dlocal-heap.h123 void MakeLinearAllocationAreaIterable();
Dnew-spaces.cc686 void NewSpace::MakeLinearAllocationAreaIterable() { in MakeLinearAllocationAreaIterable() function in v8::internal::NewSpace
697 MakeLinearAllocationAreaIterable(); in FreeLinearAllocationArea()
Dnew-spaces.h486 void MakeLinearAllocationAreaIterable(); in NON_EXPORTED_BASE()
Dpaged-spaces.h191 void MakeLinearAllocationAreaIterable(); in NON_EXPORTED_BASE()
Dpaged-spaces.cc433 void PagedSpace::MakeLinearAllocationAreaIterable() { in MakeLinearAllocationAreaIterable() function in v8::internal::PagedSpace
Dheap.cc1039 if (new_space()) new_space()->MakeLinearAllocationAreaIterable(); in GarbageCollectionPrologue()
3693 local_heap->MakeLinearAllocationAreaIterable(); in MakeHeapIterable()
3699 space->MakeLinearAllocationAreaIterable(); in MakeHeapIterable()
3702 if (new_space()) new_space()->MakeLinearAllocationAreaIterable(); in MakeHeapIterable()