Home
last modified time | relevance | path

Searched refs:BackgroundUnmarkTask (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DArenaList.h33 class BackgroundUnmarkTask; variable
378 friend class BackgroundUnmarkTask; variable
H A DGCRuntime.h144 class BackgroundUnmarkTask : public GCParallelTask {
146 explicit BackgroundUnmarkTask(GCRuntime* gc);
1232 BackgroundUnmarkTask unmarkTask;
H A DGC.cpp2451 BackgroundUnmarkTask::BackgroundUnmarkTask(GCRuntime* gc) in BackgroundUnmarkTask() function in BackgroundUnmarkTask
2454 void BackgroundUnmarkTask::initZones() { in initZones()
2472 void BackgroundUnmarkTask::run(AutoLockHelperThreadState& helperTheadLock) { in run()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGCRuntime.h144 class BackgroundUnmarkTask : public GCParallelTask {
146 explicit BackgroundUnmarkTask(GCRuntime* gc) : GCParallelTask(gc) {} in BackgroundUnmarkTask() function
1231 BackgroundUnmarkTask unmarkTask;
H A DGC.cpp4454 void BackgroundUnmarkTask::initZones() { in initZones()
4469 void BackgroundUnmarkTask::run(AutoLockHelperThreadState& helperTheadLock) { in run()
4481 void BackgroundUnmarkTask::unmarkZones(AutoLockGC& lock) { in unmarkZones()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGCRuntime.h144 class BackgroundUnmarkTask : public GCParallelTask {
146 explicit BackgroundUnmarkTask(GCRuntime* gc) : GCParallelTask(gc) {} in BackgroundUnmarkTask() function
1231 BackgroundUnmarkTask unmarkTask;
H A DGC.cpp4454 void BackgroundUnmarkTask::initZones() { in initZones()
4469 void BackgroundUnmarkTask::run(AutoLockHelperThreadState& helperTheadLock) { in run()
4481 void BackgroundUnmarkTask::unmarkZones(AutoLockGC& lock) { in unmarkZones()