Home
last modified time | relevance | path

Searched refs:smallHeapSizeMaxBytes (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DScheduling.cpp360 retainedBytes, tunables.smallHeapSizeMaxBytes(), in setIncrementalLimitFromStartBytes()
404 MOZ_ASSERT(tunables.smallHeapSizeMaxBytes() <= in computeZoneHeapGrowthFactorForHeapSize()
409 return LinearInterpolate(lastBytes, tunables.smallHeapSizeMaxBytes(), in computeZoneHeapGrowthFactorForHeapSize()
H A DScheduling.h585 size_t smallHeapSizeMaxBytes() const { return smallHeapSizeMaxBytes_; } in smallHeapSizeMaxBytes() function
H A DGC.cpp1465 return tunables.smallHeapSizeMaxBytes() / 1024 / 1024; in getParameter()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DScheduling.cpp402 retainedBytes, tunables.smallHeapSizeMaxBytes(), in setIncrementalLimitFromStartBytes()
450 MOZ_ASSERT(tunables.smallHeapSizeMaxBytes() <= in computeZoneHeapGrowthFactorForHeapSize()
455 return LinearInterpolate(lastBytes, tunables.smallHeapSizeMaxBytes(), in computeZoneHeapGrowthFactorForHeapSize()
H A DScheduling.h624 size_t smallHeapSizeMaxBytes() const { return smallHeapSizeMaxBytes_; } in smallHeapSizeMaxBytes() function
H A DGC.cpp1818 return tunables.smallHeapSizeMaxBytes() / 1024 / 1024; in getParameter()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DScheduling.cpp402 retainedBytes, tunables.smallHeapSizeMaxBytes(), in setIncrementalLimitFromStartBytes()
450 MOZ_ASSERT(tunables.smallHeapSizeMaxBytes() <= in computeZoneHeapGrowthFactorForHeapSize()
455 return LinearInterpolate(lastBytes, tunables.smallHeapSizeMaxBytes(), in computeZoneHeapGrowthFactorForHeapSize()
H A DScheduling.h624 size_t smallHeapSizeMaxBytes() const { return smallHeapSizeMaxBytes_; } in smallHeapSizeMaxBytes() function
H A DGC.cpp1818 return tunables.smallHeapSizeMaxBytes() / 1024 / 1024; in getParameter()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DScheduling.cpp465 retainedBytes, tunables.smallHeapSizeMaxBytes(), in setIncrementalLimitFromStartBytes()
553 MOZ_ASSERT(tunables.smallHeapSizeMaxBytes() <= in computeZoneHeapGrowthFactorForHeapSize()
558 return LinearInterpolate(lastBytes, tunables.smallHeapSizeMaxBytes(), in computeZoneHeapGrowthFactorForHeapSize()
H A DScheduling.h630 size_t smallHeapSizeMaxBytes() const { return smallHeapSizeMaxBytes_; } in smallHeapSizeMaxBytes() function
H A DGC.cpp1103 return tunables.smallHeapSizeMaxBytes() / 1024 / 1024; in getParameter()