Home
last modified time | relevance | path

Searched defs:BackgroundSweepTask (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGCRuntime.h158 explicit BackgroundSweepTask(GCRuntime* gc) : GCParallelTask(gc) {} in BackgroundSweepTask() function
1227 friend class BackgroundSweepTask; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGCRuntime.h131 explicit BackgroundSweepTask(GCRuntime* gc) : GCParallelTask(gc) {} in BackgroundSweepTask() function
1190 friend class BackgroundSweepTask; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGCRuntime.h158 explicit BackgroundSweepTask(GCRuntime* gc) : GCParallelTask(gc) {} in BackgroundSweepTask() function
1227 friend class BackgroundSweepTask; variable
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCRuntime.h1228 friend class BackgroundSweepTask; variable
H A DSweeping.cpp398 BackgroundSweepTask::BackgroundSweepTask(GCRuntime* gc) in BackgroundSweepTask() function in BackgroundSweepTask