Home
last modified time | relevance | path

Searched refs:RuntimeHeapIsBusy (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DPrivateIterators-inl.h54 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in GCZonesIter()
H A DGC-inl.h142 if (!JS::RuntimeHeapIsBusy()) { in initForTenuredIteration()
H A DPublicIterators.cpp185 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in IterateGrayObjects()
H A DGCAPI.cpp168 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in AutoEnterCycleCollection()
432 if (JS::RuntimeHeapIsBusy()) { in IsIncrementalBarrierNeeded()
H A DAllocator.cpp416 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in checkAllocatorState()
499 MOZ_ASSERT(!JS::RuntimeHeapIsBusy(), "allocating while under GC"); in refillFreeList()
H A DGC.cpp1167 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in setMarkStackLimit()
1560 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in maybeTriggerGCAfterMalloc()
1599 if (JS::RuntimeHeapIsBusy()) { in triggerZoneGC()
1866 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in queueUnusedLifoBlocksForFree()
1872 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in queueAllLifoBlocksForFree()
2909 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in ~AutoHeapSession()
3791 MOZ_RELEASE_ASSERT(!JS::RuntimeHeapIsBusy()); in checkCanCallAPI()
4096 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in minorGC()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DPrivateIterators-inl.h54 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in GCZonesIter()
H A DGC-inl.h140 if (!JS::RuntimeHeapIsBusy()) { in initForTenuredIteration()
H A DPublicIterators.cpp185 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in IterateGrayObjects()
H A DAllocator.cpp437 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in checkAllocatorState()
533 MOZ_ASSERT(!JS::RuntimeHeapIsBusy(), "allocating while under GC"); in refillFreeListFromMainThread()
H A DWeakMap-inl.h190 MOZ_ASSERT_IF(JS::RuntimeHeapIsBusy(), isInList()); in trace()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DPrivateIterators-inl.h54 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in GCZonesIter()
H A DGC-inl.h140 if (!JS::RuntimeHeapIsBusy()) { in initForTenuredIteration()
H A DPublicIterators.cpp185 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in IterateGrayObjects()
H A DAllocator.cpp437 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in checkAllocatorState()
533 MOZ_ASSERT(!JS::RuntimeHeapIsBusy(), "allocating while under GC"); in refillFreeListFromMainThread()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DPrivateIterators-inl.h55 MOZ_ASSERT(JS::RuntimeHeapIsBusy()); in zone()
H A DStoreBuffer.h383 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in unput()
394 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in put()
H A DZone.h438 MOZ_ASSERT(!RuntimeHeapIsBusy()); in scheduleGC()
452 MOZ_ASSERT(RuntimeHeapIsBusy()); in changeGCState()
H A DPublicIterators.cpp181 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in IterateGrayObjects()
H A DGC-inl.h198 if (!JS::RuntimeHeapIsBusy()) { in initForTenuredIteration()
H A DAllocator.cpp418 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in checkAllocatorState()
514 MOZ_ASSERT(!JS::RuntimeHeapIsBusy(), "allocating while under GC"); in refillFreeListFromMainThread()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRuntime.cpp246 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in destroyRuntime()
693 if (JS::RuntimeHeapIsBusy()) { in onOutOfMemory()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRuntime.cpp240 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in destroyRuntime()
694 if (JS::RuntimeHeapIsBusy()) { in onOutOfMemory()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRuntime.cpp246 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in destroyRuntime()
693 if (JS::RuntimeHeapIsBusy()) { in onOutOfMemory()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRuntime.cpp243 MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); in destroyRuntime()
689 if (JS::RuntimeHeapIsBusy()) { in onOutOfMemory()

123