Home
last modified time | relevance | path

Searched refs:GetTaskType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtask.h40 virtual TaskType GetTaskType() const in GetTaskType() function
Dtask_queue.cpp51 if (type != TaskType::ALL && type != task->GetTaskType()) { in TerminateTask()
Drunner.cpp44 if (type != TaskType::ALL && type != runningTask_[i]->GetTaskType()) { in TerminateTask()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h91 TaskType GetTaskType() const override in GetTaskType() function