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

/art/compiler/driver/
H A Dcompiler_driver.h246 return thread_count_;
405 size_t thread_count_; member in class:art::CompilerDriver
H A Dcompiler_driver.cc348 thread_count_(thread_count),
492 UniquePtr<ThreadPool> thread_pool(new ThreadPool(thread_count_ - 1));
1619 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_);
1624 context.ForAll(0, dex_file.NumClassDefs(), ResolveClassFieldsAndMethods, thread_count_);
1687 context.ForAll(0, dex_file.NumClassDefs(), VerifyClass, thread_count_);
2201 context.ForAll(0, dex_file.NumClassDefs(), InitializeClass, thread_count_);
2300 context.ForAll(0, dex_file.NumClassDefs(), CompilerDriver::CompileClass, thread_count_);
/art/dex2oat/
H A Ddex2oat.cc171 << " (threads: " << thread_count_ << ")"; local
259 thread_count_,
334 thread_count_(thread_count),
396 size_t thread_count_; member in class:art::Dex2Oat

Completed in 174 milliseconds