Searched refs:ForAll (Results 1 – 1 of 1) sorted by relevance
/art/compiler/driver/ |
D | compiler_driver.cc | 1897 void ForAll(size_t begin, size_t end, CompilationVisitor* visitor, size_t work_units) in ForAll() function in art::ParallelCompilationManager 2195 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile() 2200 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in ResolveDexFile() 2325 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in VerifyDexFile() 2386 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in SetVerifiedDexFile() 2508 context.ForAll(0, dex_file.NumClassDefs(), &visitor, init_thread_count); in InitializeClasses() 2714 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in CompileDexFile()
|