Home
last modified time | relevance | path

Searched defs:AddTask (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_task_pool.h48 ALWAYS_INLINE bool AddTask(GCWorkersTaskTypes type) in AddTask() function
Dgc_workers_task_pool.cpp36 bool GCWorkersTaskPool::AddTask(GCWorkersTask &&task) in AddTask() function in ark::mem::GCWorkersTaskPool
Dgc_worker.cpp136 bool GCWorker::AddTask(PandaUniquePtr<GCTask> task) in AddTask() function in ark::mem::GCWorker
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.h70 void AddTask(CompilerTask &&ctx) override in AddTask() function
Dcompiler_task_manager_worker.cpp40 void CompilerTaskManagerWorker::AddTask(CompilerTask &&task) in AddTask() function in ark::CompilerTaskManagerWorker
Dcompiler.h735 virtual void AddTask(CompilerTask &&ctx, [[maybe_unused]] TaggedValue func) in AddTask() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_queue.cpp58 bool GCQueueWithTime::AddTask(PandaUniquePtr<GCTask> task) in AddTask() function in ark::mem::GCQueueWithTime
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp109 void AddTask(MockTask &&task, [[maybe_unused]] size_t priority = 0) override in AddTask() function in ark::test::MockQueue