Home
last modified time | relevance | path

Searched refs:wasGCStarted (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DPrivateIterators-inl.h55 MOZ_ASSERT_IF(gc->atomsZone->wasGCStarted(), in GCZonesIter()
58 if (!done() && !zone->wasGCStarted()) { in GCZonesIter()
70 } while (!zone.done() && !zone->wasGCStarted()); in next()
H A DGC.cpp3994 if (zone->wasGCStarted()) { in sweepZones()
6792 MOZ_ASSERT(!zone->wasGCStarted()); in checkGCStateNotInUse()
7453 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
7463 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
7473 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
7479 zone->isGCScheduled() != zone->wasGCStarted()) { in budgetIncrementalGC()
7803 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
7805 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
7813 if (zone->wasGCStarted()) { in ~AutoSetZoneSliceThresholds()
8326 MOZ_ASSERT(!source->zone()->wasGCStarted()); in mergeRealms()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DPrivateIterators-inl.h55 MOZ_ASSERT_IF(gc->atomsZone->wasGCStarted(), in GCZonesIter()
58 if (!done() && !zone->wasGCStarted()) { in GCZonesIter()
70 } while (!zone.done() && !zone->wasGCStarted()); in next()
H A DGC.cpp3994 if (zone->wasGCStarted()) { in sweepZones()
6792 MOZ_ASSERT(!zone->wasGCStarted()); in checkGCStateNotInUse()
7453 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
7463 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
7473 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
7479 zone->isGCScheduled() != zone->wasGCStarted()) { in budgetIncrementalGC()
7803 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
7805 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
7813 if (zone->wasGCStarted()) { in ~AutoSetZoneSliceThresholds()
8326 MOZ_ASSERT(!source->zone()->wasGCStarted()); in mergeRealms()
[all …]
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h52 MOZ_ASSERT(!wasGCStarted()); in Zone()
74 bool wasGCStarted() const { return gcState() != NoGC; } in wasGCStarted() function
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DPrivateIterators-inl.h55 if (!done() && !zone->wasGCStarted()) { in GCZonesIter()
67 } while (!zone.done() && !zone->wasGCStarted()); in next()
H A DGC.cpp2014 if (zone->wasGCStarted()) { in sweepZones()
2808 MOZ_ASSERT(!zone->wasGCStarted()); in checkGCStateNotInUse()
3450 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
3460 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
3470 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
3476 zone->isGCScheduled() != zone->wasGCStarted()) { in budgetIncrementalGC()
3547 if (!zone->wasGCStarted()) { in maybeIncreaseSliceBudgetForUrgentCollections()
3582 if (gc->isIncrementalGCInProgress() && zone->wasGCStarted()) { in ScheduleZones()
3836 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
3838 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
[all …]
H A DZone.h372 return wasGCStarted(); in isCollectingFromAnyThread()
/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h67 bool wasGCStarted() const { return gcState_ != NoGC; } in wasGCStarted() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h67 bool wasGCStarted() const { return gcState_ != NoGC; } in wasGCStarted() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DAllocator.cpp259 MOZ_ASSERT_IF(t && zone->wasGCStarted() && (zone->isGCMarking() || zone->isGCSweeping()), in checkIncrementalZoneState()
309 MOZ_ASSERT(!zone->wasGCStarted()); in refillFreeListOffMainThread()
382 if (MOZ_UNLIKELY(zone->wasGCStarted())) in allocateFromArenaInner()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DAllocator.cpp97 MOZ_ASSERT_IF(t && zone->wasGCStarted() && (zone->isGCMarking() || zone->isGCSweeping()), in checkIncrementalZoneState()
377 if (MOZ_UNLIKELY(zone->wasGCStarted())) in allocateFromArenaInner()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DPrivateIterators-inl.h56 MOZ_ASSERT_IF(gc->atomsZone->wasGCStarted(), in zone()
H A DGC.cpp3054 if (zone->wasGCStarted() && in checkHeapThreshold()
3619 if (zone->wasGCStarted()) { in sweepZones()
6349 MOZ_ASSERT(!zone->wasGCStarted()); in finishCollection()
6891 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
6901 if (zone->wasGCStarted() && zone->gcState() > Zone::Sweep) { in budgetIncrementalGC()
6917 zone->isGCScheduled() != zone->wasGCStarted()) { in budgetIncrementalGC()
7258 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
7260 MOZ_ASSERT(zone->wasGCStarted() == in AutoSetZoneSliceThresholds()
7268 if (zone->wasGCStarted()) { in ~AutoSetZoneSliceThresholds()
7745 MOZ_ASSERT(!source->zone()->wasGCStarted()); in mergeRealms()
[all …]
H A DAllocator.cpp526 MOZ_ASSERT(!zone->wasGCStarted()); in refillFreeListFromHelperThread()
604 if (MOZ_UNLIKELY(arena->zone->wasGCStarted())) { in setArenaAndAllocate()
H A DWeakMap-inl.h100 if (zone()->wasGCStarted()) { in WeakMap()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRuntime.cpp740 zone->wasGCStarted(); in activeGCInAtomsZone()
745 MOZ_ASSERT(!zone->wasGCStarted()); in setUsedByHelperThread()
H A DJSContext-inl.h317 MOZ_ASSERT(!zone_->wasGCStarted()); in setZone()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DRuntime.cpp754 zone->wasGCStarted(); in activeGCInAtomsZone()
782 MOZ_ASSERT(!zone->wasGCStarted()); in setUsedByHelperThread()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DAllocator.cpp370 MOZ_ASSERT(!zone->wasGCStarted()); in refillFreeListFromHelperThread()
438 if (MOZ_UNLIKELY(zone->wasGCStarted())) in allocateFromArenaInner()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRuntime.cpp740 zone->wasGCStarted(); in activeGCInAtomsZone()
745 MOZ_ASSERT(!zone->wasGCStarted()); in setUsedByHelperThread()
H A DJSContext-inl.h317 MOZ_ASSERT(!zone_->wasGCStarted()); in setZone()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRuntime.cpp736 zone->wasGCStarted(); in activeGCInAtomsZone()
741 MOZ_ASSERT(!zone->wasGCStarted()); in setUsedByHelperThread()
H A DJSContext-inl.h367 MOZ_ASSERT(!zone_->wasGCStarted()); in setZone()
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DHeapAPI.h170 bool wasGCStarted() const { return gcState_ != NoGC; } in wasGCStarted() function

12