Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
H A 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()
H A Dconcurrent-allocator.h50 void MakeLinearAllocationAreaIterable();
H A Dconcurrent-allocator.cc93 void ConcurrentAllocator::MakeLinearAllocationAreaIterable() { in MakeLinearAllocationAreaIterable() function in v8::internal::ConcurrentAllocator
H A Dlocal-heap.h123 void MakeLinearAllocationAreaIterable();
H A Dnew-spaces.cc686 void NewSpace::MakeLinearAllocationAreaIterable() { in MakeLinearAllocationAreaIterable() function in v8::internal::NewSpace
697 MakeLinearAllocationAreaIterable(); in FreeLinearAllocationArea()
H A Dnew-spaces.h486 void MakeLinearAllocationAreaIterable();
H A Dpaged-spaces.h191 void MakeLinearAllocationAreaIterable();
H A Dpaged-spaces.cc433 void PagedSpace::MakeLinearAllocationAreaIterable() { in MakeLinearAllocationAreaIterable() function in v8::internal::PagedSpace
H A 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()

Completed in 35 milliseconds