Home
last modified time | relevance | path

Searched refs:single_thread_pool_ (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/driver/
Dcompiler_driver.h332 std::unique_ptr<ThreadPool> single_thread_pool_; variable
Dcompiler_driver.cc652 ? single_thread_pool_.get() in Resolve()
816 DCHECK(single_thread_pool_ != nullptr); in CheckThreadPools()
1941 force_determinism ? single_thread_pool_.get() : parallel_thread_pool_.get(); in Verify()
2603 ? single_thread_pool_.get() in InitializeClasses()
2957 single_thread_pool_.reset(new ThreadPool("Single-threaded Compiler driver thread pool", 0)); in InitializeThreadPools()
2962 single_thread_pool_.reset(); in FreeThreadPools()