Home
last modified time | relevance | path

Searched refs:PagedSpaceIterator (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.cc347 PagedSpaceIterator spaces(this); in OldGenerationCapacity()
359 PagedSpaceIterator spaces(this); in CommittedOldGenerationMemory()
1159 PagedSpaceIterator spaces(this); in PublishPendingAllocations()
1657 PagedSpaceIterator spaces(this); in CollectAllAvailableGarbage()
3696 PagedSpaceIterator spaces(this); in MakeHeapIterable()
3709 PagedSpaceIterator spaces(this); in FreeLinearAllocationAreas()
4816 PagedSpaceIterator spaces(this); in VerifyCountersAfterSweeping()
4824 PagedSpaceIterator spaces(this); in VerifyCountersBeforeConcurrentSweeping()
4832 PagedSpaceIterator spaces(this); in VerifyCommittedPhysicalMemory()
5387 PagedSpaceIterator spaces(this); in OldGenerationSizeOfObjects()
[all …]
Dheap.h2656 class V8_EXPORT_PRIVATE PagedSpaceIterator {
2658 explicit PagedSpaceIterator(Heap* heap) in PagedSpaceIterator() function
Dgc-tracer.cc31 PagedSpaceIterator spaces(heap); in CountTotalHolesSize()
Dmark-compact.cc999 PagedSpaceIterator spaces(heap()); in Prepare()