Searched refs:hasFreeThings (Results 1 – 15 of 15) sorted by relevance
359 template <ArenaLists::ArenaAllocMode hasFreeThings>366 if (hasFreeThings) { in allocateFromArenaInner()367 MOZ_ASSERT(aheader->hasFreeThings()); in allocateFromArenaInner()371 MOZ_ASSERT(!aheader->hasFreeThings()); in allocateFromArenaInner()
693 bool hasFreeThings() const { in hasFreeThings() function1355 if (!aheader->hasFreeThings()) in InFreeList()
447 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings());512 if (!a->hasFreeThings())781 MOZ_ASSERT(!aheader->hasFreeThings());813 if (aheader->hasFreeThings()) {892 template <ArenaAllocMode hasFreeThings>
58 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()110 if (!a->hasFreeThings()) { in insertAtCursor()
331 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in alignas()
52 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()116 if (!a->hasFreeThings()) { in insertAtCursor()
340 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in hasFreeThings() function
51 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings()); in check()111 if (!a->hasFreeThings()) cursorp_ = &a->next; in insertAtCursor()
360 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in hasFreeThings() function
419 MOZ_ASSERT_IF(cursor, cursor->hasFreeThings());483 if (!a->hasFreeThings())
619 bool hasFreeThings() const { return !firstFreeSpan.isEmpty(); } in hasFreeThings() function