Home
last modified time | relevance | path

Searched defs:GCWorkersTask (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_workers_thread_pool.h92 GCWorkersTask() in GCWorkersTask() function
98 explicit GCWorkersTask(GCWorkersTaskTypes type, StackType *marking_stack) : task_type_(type) in GCWorkersTask() function
105 explicit GCWorkersTask(GCWorkersTaskTypes type, RegionDataType *region_data) : task_type_(type) in GCWorkersTask() function
112 explicit GCWorkersTask(GCWorkersTaskTypes type, CardTable::CardPtr card) : task_type_(type) in GCWorkersTask() function
Dgc.h92 class GCWorkersTask; variable