Searched refs:ForAll (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/driver/ |
D | compiler_driver.cc | 1578 void ForAll(size_t begin, size_t end, CompilationVisitor* visitor, size_t work_units) in ForAll() function in art::ParallelCompilationManager 1788 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile() 1791 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in ResolveDexFile() 2129 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in VerifyDexFile() 2194 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in SetVerifiedDexFile() 2644 context.ForAll(0, dex_file.NumClassDefs(), &visitor, init_thread_count); in InitializeClasses()
|