Home
last modified time | relevance | path

Searched refs:beginSweepPhase (Results 1 – 15 of 15) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DGCRuntime.h938 void beginSweepPhase(bool lastGC);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DGCRuntime.h972 void beginSweepPhase(bool lastGC, AutoLockForExclusiveAccess& lock);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCRuntime.h591 void beginSweepPhase(JS::gcreason::Reason reason, AutoTraceSession& session);
H A DGC.cpp5183 void GCRuntime::beginSweepPhase(JS::gcreason::Reason reason, in beginSweepPhase() function in GCRuntime
6370 beginSweepPhase(reason, session); in incrementalCollectSlice()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGCRuntime.h767 void beginSweepPhase(JS::GCReason reason, AutoGCSession& session);
H A DGC.cpp5943 void GCRuntime::beginSweepPhase(JS::GCReason reason, AutoGCSession& session) { in beginSweepPhase() function in GCRuntime
7227 beginSweepPhase(reason, session); in incrementalSlice()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGCRuntime.h755 void beginSweepPhase(JS::GCReason reason, AutoGCSession& session);
H A DGC.cpp5472 void GCRuntime::beginSweepPhase(JS::GCReason reason, AutoGCSession& session) { in beginSweepPhase() function in GCRuntime
6684 beginSweepPhase(reason, session); in incrementalSlice()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCRuntime.h769 void beginSweepPhase(JS::GCReason reason, AutoGCSession& session);
H A DSweeping.cpp1650 void GCRuntime::beginSweepPhase(JS::GCReason reason, AutoGCSession& session) { in beginSweepPhase() function in GCRuntime
H A DGC.cpp3217 beginSweepPhase(reason, session); in incrementalSlice()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGCRuntime.h767 void beginSweepPhase(JS::GCReason reason, AutoGCSession& session);
H A DGC.cpp5943 void GCRuntime::beginSweepPhase(JS::GCReason reason, AutoGCSession& session) { in beginSweepPhase() function in GCRuntime
7227 beginSweepPhase(reason, session); in incrementalSlice()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp5202 GCRuntime::beginSweepPhase(bool destroyingRuntime, AutoLockForExclusiveAccess& lock)
5913 beginSweepPhase(destroyingRuntime, lock);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp5346 GCRuntime::beginSweepPhase(bool destroyingRuntime) in beginSweepPhase() function in GCRuntime
6143 beginSweepPhase(destroyingRuntime); in incrementalCollectSlice()