Home
last modified time | relevance | path

Searched refs:mActiveIntersliceGCBudget (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DCCGCScheduler.cpp102 MOZ_ASSERT(mActiveIntersliceGCBudget); in GCRunnerFired()
268 int64_t(mActiveIntersliceGCBudget.ToMilliseconds()), true, in EnsureGCRunner()
413 aDeadline.IsNull() ? mActiveIntersliceGCBudget * 2 : aDeadline - aNow; in ComputeInterSliceGCBudget()
419 TimeDuration maxSliceGCBudget = mActiveIntersliceGCBudget * 10; in ComputeInterSliceGCBudget()
H A DCCGCScheduler.h116 mActiveIntersliceGCBudget = aDuration; in SetActiveIntersliceGCBudget()
451 TimeDuration mActiveIntersliceGCBudget = TimeDuration::FromMilliseconds(5); variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DCCGCScheduler.cpp102 MOZ_ASSERT(mActiveIntersliceGCBudget); in GCRunnerFired()
268 int64_t(mActiveIntersliceGCBudget.ToMilliseconds()), true, in EnsureGCRunner()
413 aDeadline.IsNull() ? mActiveIntersliceGCBudget * 2 : aDeadline - aNow; in ComputeInterSliceGCBudget()
419 TimeDuration maxSliceGCBudget = mActiveIntersliceGCBudget * 10; in ComputeInterSliceGCBudget()
H A DCCGCScheduler.h116 mActiveIntersliceGCBudget = aDuration; in SetActiveIntersliceGCBudget()
451 TimeDuration mActiveIntersliceGCBudget = TimeDuration::FromMilliseconds(5); variable
/dports/www/firefox/firefox-99.0/dom/base/
H A DCCGCScheduler.cpp302 MOZ_ASSERT(mActiveIntersliceGCBudget); in GCRunnerFiredDoGC()
497 mActiveIntersliceGCBudget, true, [this] { return mDidShutdown; }, in EnsureGCRunner()
649 aDeadline.IsNull() ? mActiveIntersliceGCBudget * 2 : aDeadline - aNow; in ComputeInterSliceGCBudget()
655 TimeDuration maxSliceGCBudget = mActiveIntersliceGCBudget * 10; in ComputeInterSliceGCBudget()
H A DCCGCScheduler.h122 mActiveIntersliceGCBudget = aDuration; in SetActiveIntersliceGCBudget()
511 TimeDuration mActiveIntersliceGCBudget = TimeDuration::FromMilliseconds(5); variable