Home
last modified time | relevance | path

Searched refs:CompilerThreadPoolWorker (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.h35 class CompilerThreadPoolWorker : public CompilerWorker {
37CompilerThreadPoolWorker(mem::InternalAllocatorPtr internalAllocator, Compiler *compiler, bool &no…
39 NO_COPY_SEMANTIC(CompilerThreadPoolWorker);
40 NO_MOVE_SEMANTIC(CompilerThreadPoolWorker);
41 ~CompilerThreadPoolWorker() override;
Dcompiler_thread_pool_worker.cpp24 CompilerThreadPoolWorker::CompilerThreadPoolWorker(mem::InternalAllocatorPtr internalAllocator, Com… in CompilerThreadPoolWorker() function in ark::CompilerThreadPoolWorker
38 CompilerThreadPoolWorker::~CompilerThreadPoolWorker() in ~CompilerThreadPoolWorker()
46 CompilerQueueInterface *CompilerThreadPoolWorker::CreateJITTaskQueue(const std::string &queueType, … in CreateJITTaskQueue()
Dcompiler.h691 … internalAllocator_->New<CompilerThreadPoolWorker>(internalAllocator_, this, noAsyncJit_, options); in Compiler()
794 return static_cast<CompilerThreadPoolWorker *>(compilerWorker_)->GetThreadPool(); in GetThreadPool()