Lines Matching refs:ThreadPool
527 ThreadPool* resolve_thread_pool = force_determinism in Resolve()
1359 ThreadPool* thread_pool) in ParallelCompilationManager()
1460 ThreadPool* const thread_pool_;
1669 ThreadPool* thread_pool, in ResolveDexFile()
1840 ThreadPool* verify_thread_pool = in Verify()
2017 ThreadPool* thread_pool, in VerifyDexFile()
2087 ThreadPool* thread_pool, in SetVerifiedDexFile()
2516 ThreadPool* init_thread_pool = force_determinism in InitializeClasses()
2559 ThreadPool* thread_pool, in CompileDexFile()
2783 new ThreadPool("Compiler driver thread pool", parallel_count)); in InitializeThreadPools()
2784 single_thread_pool_.reset(new ThreadPool("Single-threaded Compiler driver thread pool", 0)); in InitializeThreadPools()