Home
last modified time | relevance | path

Searched refs:isPageFree (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DHeap.h688 bool isPageFree(size_t pageIndex) const;
694 bool isPageFree(const Arena* arena) const;
H A DGC.cpp861 bool TenuredChunk::isPageFree(size_t pageIndex) const { in isPageFree() function in TenuredChunk
876 bool TenuredChunk::isPageFree(const Arena* arena) const { in isPageFree() function in TenuredChunk
905 MOZ_ASSERT(isPageFree(pageIndex)); in addArenasInPageToFreeList()
959 if ((ArenasPerPage > 1) && !isPageFree(*freeCursor)) { in decommitFreeArenas()
968 MOZ_ASSERT_IF(i != ArenasPerPage - 1, isPageFree(pageIndex(nextArena))); in decommitFreeArenas()
1066 if (!isPageFree(i) || js::oom::ShouldFailWithOOM() || in decommitFreeArenasWithoutUnlocking()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DHeap.h688 bool isPageFree(size_t pageIndex) const;
694 bool isPageFree(const Arena* arena) const;
H A DGC.cpp861 bool TenuredChunk::isPageFree(size_t pageIndex) const { in isPageFree() function in TenuredChunk
876 bool TenuredChunk::isPageFree(const Arena* arena) const { in isPageFree() function in TenuredChunk
905 MOZ_ASSERT(isPageFree(pageIndex)); in addArenasInPageToFreeList()
959 if ((ArenasPerPage > 1) && !isPageFree(*freeCursor)) { in decommitFreeArenas()
968 MOZ_ASSERT_IF(i != ArenasPerPage - 1, isPageFree(pageIndex(nextArena))); in decommitFreeArenas()
1066 if (!isPageFree(i) || js::oom::ShouldFailWithOOM() || in decommitFreeArenasWithoutUnlocking()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DHeap.h680 bool isPageFree(const Arena* arena) const;