Home
last modified time | relevance | path

Searched refs:decommittedPages (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DHeap.cpp314 if (decommittedPages[pageIndex]) { in canDecommitPage()
392 decommittedPages[pageIndex] = true; in decommitOneFreePage()
418 MOZ_ASSERT(!decommittedPages[i]); in decommitFreeArenasWithoutUnlocking()
426 decommittedPages[i] = true; in decommitFreeArenasWithoutUnlocking()
618 size_t decommittedCount = decommittedPages.Count() * ArenasPerPage; in verify()
626 MOZ_ASSERT(!(decommittedPages[pageIndex(i)] && freeCommittedArenas[i])); in verify()
H A DAllocator.cpp672 uint32_t pageIndex = FindFirstBitSet(decommittedPages); in commitOnePage()
673 MOZ_ASSERT(decommittedPages[pageIndex]); in commitOnePage()
679 decommittedPages[pageIndex] = false; in commitOnePage()
859 decommittedPages.SetAll(); in initAsDecommitted()
H A DVerifier.cpp697 if (chunk->decommittedPages[chunk->pageIndex(i)]) { in validate()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DAllocator.cpp752 decommittedPages[offset] = false; in commitOnePage()
792 if (decommittedPages[i]) { in findDecommittedPageOffset()
797 if (decommittedPages[i]) { in findDecommittedPageOffset()
914 decommittedPages.SetAll(); in decommitAllArenas()
H A DVerifier.cpp698 if (chunk->decommittedPages[chunk->pageIndex(i)]) { in validate()
H A DGC.cpp777 if (decommittedPages[pageIndex(i)]) { in verify()
862 if (decommittedPages[pageIndex]) { in isPageFree()
1014 decommittedPages[pageIndex] = true; in markArenasInPageDecommitted()
1062 if (decommittedPages[i]) { in decommitFreeArenasWithoutUnlocking()
1079 decommittedPages[i] = true; in decommitFreeArenasWithoutUnlocking()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DAllocator.cpp752 decommittedPages[offset] = false; in commitOnePage()
792 if (decommittedPages[i]) { in findDecommittedPageOffset()
797 if (decommittedPages[i]) { in findDecommittedPageOffset()
914 decommittedPages.SetAll(); in decommitAllArenas()
H A DVerifier.cpp698 if (chunk->decommittedPages[chunk->pageIndex(i)]) { in validate()
H A DGC.cpp777 if (decommittedPages[pageIndex(i)]) { in verify()
862 if (decommittedPages[pageIndex]) { in isPageFree()
1014 decommittedPages[pageIndex] = true; in markArenasInPageDecommitted()
1062 if (decommittedPages[i]) { in decommitFreeArenasWithoutUnlocking()
1079 decommittedPages[i] = true; in decommitFreeArenasWithoutUnlocking()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DHeapAPI.h227 DecommitBitmap decommittedPages; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DHeapAPI.h227 DecommitBitmap decommittedPages; variable
/dports/www/firefox/firefox-99.0/js/public/
H A DHeapAPI.h231 ChunkPageBitmap decommittedPages; variable
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DMemoryMetrics.cpp195 for (uint32_t word : chunk->decommittedPages.Storage()) { in DecommittedPagesChunkCallback()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DMemoryMetrics.cpp195 for (uint32_t word : chunk->decommittedPages.Storage()) { in DecommittedPagesChunkCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DMemoryMetrics.cpp195 for (uint32_t word : chunk->decommittedPages.Storage()) { in DecommittedPagesChunkCallback()