Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_task_pool.cpp51 gc_->WorkerTaskProcessing(task, workerData); in RunGCWorkersTask()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.h105 void WorkerTaskProcessing(GCWorkersTask *task, void *workerData) override;
Dstw-gc.cpp196 void StwGC<LanguageConfig>::WorkerTaskProcessing(GCWorkersTask *task, [[maybe_unused]] void *worker… in WorkerTaskProcessing() function in ark::mem::StwGC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.h99 void WorkerTaskProcessing(GCWorkersTask *task, void *workerData) override;
Dg1-gc.cpp530 void G1GC<LanguageConfig>::WorkerTaskProcessing(GCWorkersTask *task, [[maybe_unused]] void *workerD… in WorkerTaskProcessing() function in ark::mem::G1GC
1500 this->WorkerTaskProcessing(&gcWorkerTask, nullptr); in ProcessMovedObjects()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h402 …virtual void WorkerTaskProcessing([[maybe_unused]] GCWorkersTask *task, [[maybe_unused]] void *wor… in WorkerTaskProcessing() function