Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DAllocator.cpp359 template <ArenaLists::ArenaAllocMode hasFreeThings>
366 if (hasFreeThings) { in allocateFromArenaInner()
367 MOZ_ASSERT(aheader->hasFreeThings()); in allocateFromArenaInner()
371 MOZ_ASSERT(!aheader->hasFreeThings()); in allocateFromArenaInner()
H A DHeap.h693 bool hasFreeThings() const { in hasFreeThings() function
1355 if (!aheader->hasFreeThings()) in InFreeList()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.h447 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings());
512 if (!a->hasFreeThings())
781 MOZ_ASSERT(!aheader->hasFreeThings());
813 if (aheader->hasFreeThings()) {
892 template <ArenaAllocMode hasFreeThings>
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DArenaList-inl.h58 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()
110 if (!a->hasFreeThings()) { in insertAtCursor()
H A DHeap.h331 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in alignas()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DArenaList-inl.h52 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()
116 if (!a->hasFreeThings()) { in insertAtCursor()
H A DHeap.h340 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in hasFreeThings() function
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DArenaList-inl.h58 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()
110 if (!a->hasFreeThings()) { in insertAtCursor()
H A DHeap.h331 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in alignas()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DArenaList-inl.h51 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()
111 if (!a->hasFreeThings()) cursorp_ = &a->next; in insertAtCursor()
H A DHeap.h360 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in hasFreeThings() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DArenaList-inl.h58 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()
110 if (!a->hasFreeThings()) { in insertAtCursor()
H A DHeap.h331 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in alignas()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.h419 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings());
483 if (!a->hasFreeThings())
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DHeap.h619 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in hasFreeThings() function