Lines Matching refs:thread_pool_

364   if (thread_pool_ != nullptr) {  in WaitForWorkersToBeCreated()
365 thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()
371 if (thread_pool_ != nullptr) { in DeleteThreadPool()
377 pool = std::move(thread_pool_); in DeleteThreadPool()
1207 thread_pool_.reset(new ThreadPool("Jit thread pool", 1, kJitPoolNeedsPeers)); in CreateThreadPool()
1209 thread_pool_->SetPthreadPriority(options_->GetThreadPoolPthreadPriority()); in CreateThreadPool()
1227 thread_pool_->AddTask(Thread::Current(), new ZygoteVerificationTask()); in CreateThreadPool()
1233 thread_pool_->AddTask(Thread::Current(), new ZygoteTask()); in CreateThreadPool()
1315 thread_pool_->AddTask(Thread::Current(), new JitProfileTask(dex_files, class_loader)); in RegisterDexFiles()
1359 thread_pool_->AddTask(self, task); in CompileMethodFromProfile()
1479 thread_pool_->AddTask(self, task); in CompileMethodsFromProfile()
1510 if (thread_pool_ == nullptr) { in MaybeCompileMethod()
1548 if (thread_pool_ == nullptr) { in MaybeCompileMethod()
1557 thread_pool_->AddTask( in MaybeCompileMethod()
1568 DCHECK(thread_pool_ != nullptr); in MaybeCompileMethod()
1573 thread_pool_->AddTask( in MaybeCompileMethod()
1584 DCHECK(thread_pool_ != nullptr); in MaybeCompileMethod()
1585 thread_pool_->AddTask( in MaybeCompileMethod()
1595 if (thread_pool_ == nullptr) { in EnqueueOptimizedCompilation()
1602 thread_pool_->AddTask( in EnqueueOptimizedCompilation()
1673 if (thread_pool_ != nullptr) { in WaitForCompilationToFinish()
1674 thread_pool_->Wait(self, false, false); in WaitForCompilationToFinish()
1761 thread_pool_.reset(nullptr); in PostForkChildAction()
1785 if (thread_pool_ == nullptr) { in PreZygoteFork()
1788 thread_pool_->DeleteThreads(); in PreZygoteFork()
1794 if (thread_pool_ == nullptr) { in PostZygoteFork()
1814 thread_pool_->CreateThreads(); in PostZygoteFork()
1826 thread_pool_->AddTask(self, task); in BootCompleted()
1860 if (thread_pool_ == nullptr) { in EnqueueCompilationFromNterp()
1866 thread_pool_->AddTask( in EnqueueCompilationFromNterp()
1873 thread_pool_->AddTask( in EnqueueCompilationFromNterp()
1877 thread_pool_->AddTask( in EnqueueCompilationFromNterp()