Searched defs:ForAll (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver.cc1487 void ForAll(size_t begin, size_t end, Callback callback, size_t work_units) { function in class:art::ParallelCompilationManager
1739 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_);
1743 context.ForAll(0, dex_file.NumClassDefs(), ResolveClassFieldsAndMethods, thread_count_);
1818 context.ForAll(0, dex_file.NumClassDefs(), VerifyClass, thread_count_);
1862 context.ForAll(0, dex_file.NumClassDefs(), SetVerifiedClass, thread_count_);
1964 context.ForAll(0, dex_file.NumClassDefs(), InitializeClass, thread_count);
2090 context.ForAll(0, dex_file.NumClassDefs(), CompilerDriver::CompileClass, thread_count_);

Completed in 39 milliseconds