Lines Matching refs:thread_pool
510 …std::unique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", thread_count… in CompileAll() local
512 PreCompile(class_loader, dex_files, thread_pool.get(), timings); in CompileAll()
513 Compile(class_loader, dex_files, thread_pool.get(), timings); in CompileAll()
574 std::unique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", 0U)); in CompileOne() local
575 PreCompile(jclass_loader, dex_files, thread_pool.get(), timings); in CompileOne()
597 ThreadPool* thread_pool, TimingLogger* timings) { in Resolve() argument
601 ResolveDexFile(class_loader, *dex_file, dex_files, thread_pool, timings); in Resolve()
606 ThreadPool* thread_pool, TimingLogger* timings) { in PreCompile() argument
610 Resolve(class_loader, dex_files, thread_pool, timings); in PreCompile()
615 SetVerified(class_loader, dex_files, thread_pool, timings); in PreCompile()
619 Verify(class_loader, dex_files, thread_pool, timings); in PreCompile()
622 InitializeClasses(class_loader, dex_files, thread_pool, timings); in PreCompile()
1455 ThreadPool* thread_pool) in ParallelCompilationManager() argument
1462 thread_pool_(thread_pool) {} in ParallelCompilationManager()
1727 ThreadPool* thread_pool, TimingLogger* timings) { in ResolveDexFile() argument
1734 thread_pool); in ResolveDexFile()
1747 ThreadPool* thread_pool, TimingLogger* timings) { in SetVerified() argument
1751 SetVerifiedDexFile(class_loader, *dex_file, dex_files, thread_pool, timings); in SetVerified()
1756 ThreadPool* thread_pool, TimingLogger* timings) { in Verify() argument
1760 VerifyDexFile(class_loader, *dex_file, dex_files, thread_pool, timings); in Verify()
1813 ThreadPool* thread_pool, TimingLogger* timings) { in VerifyDexFile() argument
1817 thread_pool); in VerifyDexFile()
1857 ThreadPool* thread_pool, TimingLogger* timings) { in SetVerifiedDexFile() argument
1861 thread_pool); in SetVerifiedDexFile()
1952 ThreadPool* thread_pool, TimingLogger* timings) { in InitializeClasses() argument
1956 thread_pool); in InitializeClasses()
1969 ThreadPool* thread_pool, TimingLogger* timings) { in InitializeClasses() argument
1973 InitializeClasses(class_loader, *dex_file, dex_files, thread_pool, timings); in InitializeClasses()
1982 ThreadPool* thread_pool, TimingLogger* timings) { in Compile() argument
1986 CompileDexFile(class_loader, *dex_file, dex_files, thread_pool, timings); in Compile()
2086 ThreadPool* thread_pool, TimingLogger* timings) { in CompileDexFile() argument
2089 &dex_file, dex_files, thread_pool); in CompileDexFile()