Home | History | Annotate | Download | only in driver

Lines Matching refs:thread_count_

348       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_);