Home
last modified time | relevance | path

Searched refs:gcTriggerBytes (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DScheduling.h562 size_t gcTriggerBytes() const { return gcTriggerBytes_; } in gcTriggerBytes() function
H A DAllocator.cpp310 cx->zone()->usage.gcBytes() > cx->zone()->threshold.gcTriggerBytes()) { in gcIfNeededAtAllocation()
H A DGC.cpp1692 return eagerTriggerFactor * gcTriggerBytes(); in eagerAllocTrigger()
2929 size_t thresholdBytes = zone->threshold.gcTriggerBytes(); in maybeAllocTriggerZoneGC()
6526 if (zone->usage.gcBytes() >= zone->threshold.gcTriggerBytes()) { in budgetIncrementalGC()
7920 args.rval().setNumber(double(cx->zone()->threshold.gcTriggerBytes())); in ZoneGCTriggerBytesGetter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DAllocator.cpp40 cx->zone()->usage.gcBytes() > cx->zone()->threshold.gcTriggerBytes()) in gcIfNeededPerAllocation()
H A DZone.h48 size_t gcTriggerBytes() const { return gcTriggerBytes_; } in gcTriggerBytes() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DAllocator.cpp240 cx->zone()->usage.gcBytes() > cx->zone()->threshold.gcTriggerBytes()) in gcIfNeededPerAllocation()
H A DZone.h47 size_t gcTriggerBytes() const { return gcTriggerBytes_; } in gcTriggerBytes() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp1581 return (highFrequencyGC ? 0.85 : 0.9) * gcTriggerBytes();
3010 size_t thresholdBytes = zone->threshold.gcTriggerBytes();
6042 if (zone->usage.gcBytes() >= zone->threshold.gcTriggerBytes()) {
7492 args.rval().setNumber(double(cx->zone()->threshold.gcTriggerBytes()));
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp1802 return (highFrequencyGC ? 0.85 : 0.9) * gcTriggerBytes(); in allocTrigger()
3184 size_t thresholdBytes = zone->threshold.gcTriggerBytes(); in maybeAllocTriggerZoneGC()
6229 if (zone->usage.gcBytes() >= zone->threshold.gcTriggerBytes()) { in budgetIncrementalGC()
7669 args.rval().setNumber(double(cx->zone()->threshold.gcTriggerBytes())); in ZoneGCTriggerBytesGetter()