Home
last modified time | relevance | path

Searched refs:thread_count_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.cc378 thread_count_(thread_count), in CompilerDriver()
502 new ThreadPool("Compiler driver thread pool", thread_count_ - 1)); in CompileAll()
1863 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_); in ResolveDexFile()
1867 context.ForAll(0, dex_file.NumClassDefs(), ResolveClassFieldsAndMethods, thread_count_); in ResolveDexFile()
1950 context.ForAll(0, dex_file.NumClassDefs(), VerifyClass, thread_count_); in VerifyDexFile()
2000 context.ForAll(0, dex_file.NumClassDefs(), SetVerifiedClass, thread_count_); in SetVerifiedDexFile()
2106 thread_count = thread_count_; in InitializeClasses()
2237 context.ForAll(0, dex_file.NumClassDefs(), CompilerDriver::CompileClass, thread_count_); in CompileDexFile()
Dcompiler_driver.h412 return thread_count_; in GetThreadCount()
663 size_t thread_count_; variable
/art/dex2oat/
Ddex2oat.cc510 thread_count_(sysconf(_SC_NPROCESSORS_CONF)), in Dex2Oat()
631 if (!ParseUint(thread_count_str, &thread_count_)) { in ParseArgs()
1400 thread_count_, in Compile()
1847 << " (threads: " << thread_count_ << ") " in LogCompletionTime()
1875 size_t thread_count_; member in art::FINAL