Searched refs:CompilerThreadPoolWorker (Results 1 – 3 of 3) sorted by relevance
35 class CompilerThreadPoolWorker : public CompilerWorker {37 …CompilerThreadPoolWorker(mem::InternalAllocatorPtr internalAllocator, Compiler *compiler, bool &no…39 NO_COPY_SEMANTIC(CompilerThreadPoolWorker);40 NO_MOVE_SEMANTIC(CompilerThreadPoolWorker);41 ~CompilerThreadPoolWorker() override;
24 CompilerThreadPoolWorker::CompilerThreadPoolWorker(mem::InternalAllocatorPtr internalAllocator, Com… in CompilerThreadPoolWorker() function in ark::CompilerThreadPoolWorker38 CompilerThreadPoolWorker::~CompilerThreadPoolWorker() in ~CompilerThreadPoolWorker()46 CompilerQueueInterface *CompilerThreadPoolWorker::CreateJITTaskQueue(const std::string &queueType, … in CreateJITTaskQueue()
691 … internalAllocator_->New<CompilerThreadPoolWorker>(internalAllocator_, this, noAsyncJit_, options); in Compiler()794 return static_cast<CompilerThreadPoolWorker *>(compilerWorker_)->GetThreadPool(); in GetThreadPool()