Home
last modified time | relevance | path

Searched defs:taskType_ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.h136 GCWorkersTaskTypes taskType_; variable
/arkcompiler/ets_runtime/ecmascript/daemon/
Ddaemon_task.h75 DaemonTaskType taskType_; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_tasks.h66 … explicit GCWorkersTask(GCWorkersTaskTypes type = GCWorkersTaskTypes::TASK_EMPTY) : taskType_(type) in taskType_() function