Home
last modified time | relevance | path

Searched refs:gcMaxNurseryBytes (Results 1 – 19 of 19) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DNursery.cpp402 capacity_ = RoundUp(tunables().gcMaxNurseryBytes(), ChunkSize); in enterZealMode()
1489 const size_t maxNurseryBytes = roundSize(tunables().gcMaxNurseryBytes()); in maybeResizeNursery()
1524 MOZ_ASSERT(tunables().gcMaxNurseryBytes() >= ArenaSize); in maybeResizeExact()
1525 const size_t newMaxNurseryBytes = roundSize(tunables().gcMaxNurseryBytes()); in maybeResizeExact()
1540 MOZ_ASSERT(newMinNurseryBytes <= roundSize(tunables().gcMaxNurseryBytes())); in maybeResizeExact()
1561 MOZ_ASSERT(newCapacity <= roundSize(tunables().gcMaxNurseryBytes())); in growAllocableSpace()
H A DScheduling.cpp162 if (value > gcMaxNurseryBytes()) { in setParameter()
163 value = gcMaxNurseryBytes(); in setParameter()
365 startBytes_ + tunables.gcMaxNurseryBytes()); in setIncrementalLimitFromStartBytes()
H A DScheduling.h573 size_t gcMaxNurseryBytes() const { return gcMaxNurseryBytes_; } in gcMaxNurseryBytes() function
H A DGC.cpp1437 MOZ_ASSERT(tunables.gcMaxNurseryBytes() < UINT32_MAX); in getParameter()
1438 return uint32_t(tunables.gcMaxNurseryBytes()); in getParameter()
7571 cx->runtime()->gc.tunables.gcMaxNurseryBytes() > 0) { in ~AutoDisableGenerationalGC()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DScheduling.cpp175 if (value > gcMaxNurseryBytes()) { in setParameter()
176 value = gcMaxNurseryBytes(); in setParameter()
408 uint64_t(startBytes_) + tunables.gcMaxNurseryBytes()); in setIncrementalLimitFromStartBytes()
H A DScheduling.h612 size_t gcMaxNurseryBytes() const { return gcMaxNurseryBytes_; } in gcMaxNurseryBytes() function
H A DNursery.cpp389 capacity_ = RoundUp(tunables().gcMaxNurseryBytes(), ChunkSize); in enterZealMode()
1570 tunables().gcMaxNurseryBytes()); in maybeResizeNursery()
1700 MOZ_ASSERT(newCapacity <= tunables().gcMaxNurseryBytes()); in growAllocableSpace()
H A DGC.cpp1788 MOZ_ASSERT(tunables.gcMaxNurseryBytes() < UINT32_MAX); in getParameter()
1789 return uint32_t(tunables.gcMaxNurseryBytes()); in getParameter()
8133 cx->runtime()->gc.tunables.gcMaxNurseryBytes() > 0) { in ~AutoDisableGenerationalGC()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DScheduling.cpp175 if (value > gcMaxNurseryBytes()) { in setParameter()
176 value = gcMaxNurseryBytes(); in setParameter()
408 uint64_t(startBytes_) + tunables.gcMaxNurseryBytes()); in setIncrementalLimitFromStartBytes()
H A DScheduling.h612 size_t gcMaxNurseryBytes() const { return gcMaxNurseryBytes_; } in gcMaxNurseryBytes() function
H A DNursery.cpp389 capacity_ = RoundUp(tunables().gcMaxNurseryBytes(), ChunkSize); in enterZealMode()
1570 tunables().gcMaxNurseryBytes()); in maybeResizeNursery()
1700 MOZ_ASSERT(newCapacity <= tunables().gcMaxNurseryBytes()); in growAllocableSpace()
H A DGC.cpp1788 MOZ_ASSERT(tunables.gcMaxNurseryBytes() < UINT32_MAX); in getParameter()
1789 return uint32_t(tunables.gcMaxNurseryBytes()); in getParameter()
8133 cx->runtime()->gc.tunables.gcMaxNurseryBytes() > 0) { in ~AutoDisableGenerationalGC()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DScheduling.h431 size_t gcMaxNurseryBytes() const { return gcMaxNurseryBytes_; } in gcMaxNurseryBytes() function
H A DNursery.cpp1026 runtime()->gc.tunables.gcMaxNurseryBytes() >> ChunkShift; in maybeResizeNursery()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DScheduling.cpp180 if (value > gcMaxNurseryBytes()) { in setParameter()
181 value = gcMaxNurseryBytes(); in setParameter()
471 uint64_t(startBytes_) + tunables.gcMaxNurseryBytes()); in setIncrementalLimitFromStartBytes()
H A DScheduling.h618 size_t gcMaxNurseryBytes() const { return gcMaxNurseryBytes_; } in gcMaxNurseryBytes() function
H A DNursery.cpp428 capacity_ = RoundUp(tunables().gcMaxNurseryBytes(), ChunkSize); in enterZealMode()
1618 tunables().gcMaxNurseryBytes()); in maybeResizeNursery()
1762 MOZ_ASSERT(newCapacity <= tunables().gcMaxNurseryBytes()); in growAllocableSpace()
H A DGCAPI.cpp63 cx->runtime()->gc.tunables.gcMaxNurseryBytes() > 0) { in ~AutoDisableGenerationalGC()
H A DGC.cpp1073 MOZ_ASSERT(tunables.gcMaxNurseryBytes() < UINT32_MAX); in getParameter()
1074 return uint32_t(tunables.gcMaxNurseryBytes()); in getParameter()