Home
last modified time | relevance | path

Searched refs:markGrayReferences (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DGCRuntime.h932 … template <class ZoneIterT, class CompartmentIterT> void markGrayReferences(gcstats::Phase phase);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DGCRuntime.h966 … template <class ZoneIterT, class CompartmentIterT> void markGrayReferences(gcstats::Phase phase);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCRuntime.h585 void markGrayReferences(gcstats::PhaseKind phase);
H A DGC.cpp4025 void GCRuntime::markGrayReferences(gcstats::PhaseKind phase) { in markGrayReferences() function in GCRuntime
4040 markGrayReferences<SweepGroupZonesIter, SweepGroupCompartmentsIter>(phase); in markGrayReferencesInCurrentGroup()
4048 markGrayReferences<GCZonesIter, GCCompartmentsIter>(phase); in markAllGrayReferences()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp4038 GCRuntime::markGrayReferences(gcstats::Phase phase)
4056 markGrayReferences<GCZoneGroupIter, GCCompartmentGroupIter>(phase);
4068 markGrayReferences<GCZonesIter, GCCompartmentsIter>(phase);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp4190 GCRuntime::markGrayReferences(gcstats::Phase phase) in markGrayReferences() function in GCRuntime
4208 markGrayReferences<GCZoneGroupIter, GCCompartmentGroupIter>(phase); in markGrayReferencesInCurrentGroup()
4220 markGrayReferences<GCZonesIter, GCCompartmentsIter>(phase); in markAllGrayReferences()