Home
last modified time | relevance | path

Searched refs:nonincrementalByAPI (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGCRuntime.h671 IncrementalResult budgetIncrementalGC(bool nonincrementalByAPI,
690 void collect(bool nonincrementalByAPI, SliceBudget budget,
703 MOZ_MUST_USE IncrementalResult gcCycle(bool nonincrementalByAPI,
710 MOZ_MUST_USE bool shouldCollectNurseryForSlice(bool nonincrementalByAPI,
H A DGC.cpp6842 bool nonincrementalByAPI, JS::GCReason reason, SliceBudget& budget) { in budgetIncrementalGC() argument
6843 if (nonincrementalByAPI) { in budgetIncrementalGC()
7043 bool nonincrementalByAPI, SliceBudget budget, in gcCycle() argument
7063 auto result = budgetIncrementalGC(nonincrementalByAPI, reason, budget); in gcCycle()
7068 if (shouldCollectNurseryForSlice(nonincrementalByAPI, budget)) { in gcCycle()
7118 bool GCRuntime::shouldCollectNurseryForSlice(bool nonincrementalByAPI, in shouldCollectNurseryForSlice() argument
7132 return (nonincrementalByAPI || budget.isUnlimited() || lastMarkSlice || in shouldCollectNurseryForSlice()
7280 void GCRuntime::collect(bool nonincrementalByAPI, SliceBudget budget, in collect() argument
7315 gcCycle(nonincrementalByAPI, budget, gckind, reason); in collect()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCRuntime.h535 IncrementalResult budgetIncrementalGC(bool nonincrementalByAPI,
551 void collect(bool nonincrementalByAPI, SliceBudget budget,
553 MOZ_MUST_USE IncrementalResult gcCycle(bool nonincrementalByAPI,
H A DGC.cpp6480 bool nonincrementalByAPI, JS::gcreason::Reason reason, SliceBudget& budget, in budgetIncrementalGC() argument
6482 if (nonincrementalByAPI) { in budgetIncrementalGC()
6629 bool nonincrementalByAPI, SliceBudget& budget, in gcCycle() argument
6675 budgetIncrementalGC(nonincrementalByAPI, reason, budget, session); in gcCycle()
6793 void GCRuntime::collect(bool nonincrementalByAPI, SliceBudget budget, in collect() argument
6808 bool wasReset = gcCycle(nonincrementalByAPI, budget, reason) == in collect()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGCRuntime.h675 IncrementalResult budgetIncrementalGC(bool nonincrementalByAPI,
694 void collect(bool nonincrementalByAPI, const SliceBudget& budget,
707 [[nodiscard]] IncrementalResult gcCycle(bool nonincrementalByAPI,
H A DGC.cpp7403 bool nonincrementalByAPI, JS::GCReason reason, SliceBudget& budget) { in budgetIncrementalGC() argument
7404 if (nonincrementalByAPI) { in budgetIncrementalGC()
7605 bool nonincrementalByAPI, const SliceBudget& budgetArg, in gcCycle() argument
7638 budgetIncrementalGC(nonincrementalByAPI, reason, budget); in gcCycle()
7825 void GCRuntime::collect(bool nonincrementalByAPI, const SliceBudget& budget, in collect() argument
7865 gcCycle(nonincrementalByAPI, budget, options, reason); in collect()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCRuntime.h677 IncrementalResult budgetIncrementalGC(bool nonincrementalByAPI,
696 void collect(bool nonincrementalByAPI, const SliceBudget& budget,
708 [[nodiscard]] IncrementalResult gcCycle(bool nonincrementalByAPI,
H A DGC.cpp3404 bool nonincrementalByAPI, JS::GCReason reason, SliceBudget& budget) { in budgetIncrementalGC() argument
3405 if (nonincrementalByAPI) { in budgetIncrementalGC()
3660 bool nonincrementalByAPI, const SliceBudget& budgetArg, in gcCycle() argument
3693 budgetIncrementalGC(nonincrementalByAPI, reason, budget); in gcCycle()
3859 void GCRuntime::collect(bool nonincrementalByAPI, const SliceBudget& budget, in collect() argument
3896 gcCycle(nonincrementalByAPI, budget, reason); in collect()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGCRuntime.h675 IncrementalResult budgetIncrementalGC(bool nonincrementalByAPI,
694 void collect(bool nonincrementalByAPI, const SliceBudget& budget,
707 [[nodiscard]] IncrementalResult gcCycle(bool nonincrementalByAPI,
H A DGC.cpp7403 bool nonincrementalByAPI, JS::GCReason reason, SliceBudget& budget) { in budgetIncrementalGC() argument
7404 if (nonincrementalByAPI) { in budgetIncrementalGC()
7605 bool nonincrementalByAPI, const SliceBudget& budgetArg, in gcCycle() argument
7638 budgetIncrementalGC(nonincrementalByAPI, reason, budget); in gcCycle()
7825 void GCRuntime::collect(bool nonincrementalByAPI, const SliceBudget& budget, in collect() argument
7865 gcCycle(nonincrementalByAPI, budget, options, reason); in collect()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DGCRuntime.h918 void collect(bool nonincrementalByAPI, SliceBudget budget, JS::gcreason::Reason reason);
919 bool gcCycle(bool nonincrementalByAPI, SliceBudget& budget, JS::gcreason::Reason reason);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DGCRuntime.h945 …void collect(bool nonincrementalByAPI, SliceBudget budget, JS::gcreason::Reason reason) JS_HAZ_GC_…
946 MOZ_MUST_USE bool gcCycle(bool nonincrementalByAPI, SliceBudget& budget,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp6135 GCRuntime::gcCycle(bool nonincrementalByAPI, SliceBudget& budget, JS::gcreason::Reason reason)
6181 if (nonincrementalByAPI) {
6312 GCRuntime::collect(bool nonincrementalByAPI, SliceBudget budget, JS::gcreason::Reason reason)
6329 bool wasReset = gcCycle(nonincrementalByAPI, budget, reason);
6341 if (!nonincrementalByAPI && !isIncrementalGCInProgress()) {
6344 nonincrementalByAPI = true;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp6290 GCRuntime::gcCycle(bool nonincrementalByAPI, SliceBudget& budget, JS::gcreason::Reason reason) in gcCycle() argument
6329 if (nonincrementalByAPI) { in gcCycle()
6437 GCRuntime::collect(bool nonincrementalByAPI, SliceBudget budget, JS::gcreason::Reason reason) in collect() argument
6455 bool wasReset = gcCycle(nonincrementalByAPI, budget, reason); in collect()
6467 if (!nonincrementalByAPI && !isIncrementalGCInProgress()) { in collect()
6470 nonincrementalByAPI = true; in collect()