Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc357 thread_count_(thread_count), in CompilerDriver()
510 …ique_ptr<ThreadPool> thread_pool(new ThreadPool("Compiler driver thread pool", thread_count_ - 1)); in CompileAll()
1739 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_); in ResolveDexFile()
1743 context.ForAll(0, dex_file.NumClassDefs(), ResolveClassFieldsAndMethods, thread_count_); in ResolveDexFile()
1818 context.ForAll(0, dex_file.NumClassDefs(), VerifyClass, thread_count_); in VerifyDexFile()
1862 context.ForAll(0, dex_file.NumClassDefs(), SetVerifiedClass, thread_count_); in SetVerifiedDexFile()
1962 thread_count = thread_count_; in InitializeClasses()
2090 context.ForAll(0, dex_file.NumClassDefs(), CompilerDriver::CompileClass, thread_count_); in CompileDexFile()
Dcompiler_driver.h414 return thread_count_; in GetThreadCount()
810 size_t thread_count_; variable
/art/dex2oat/
Ddex2oat.cc277 << " (threads: " << thread_count_ << ") " in LogCompletionTime()
399 thread_count_, in CreateOatFile()
522 thread_count_(thread_count), in Dex2Oat()
588 size_t thread_count_; member in art::Dex2Oat