Searched refs:thread_count_ (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiler_driver.cc | 378 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()
|
D | compiler_driver.h | 412 return thread_count_; in GetThreadCount() 663 size_t thread_count_; variable
|
/art/dex2oat/ |
D | dex2oat.cc | 510 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
|