Home
last modified time | relevance | path

Searched refs:ForAll (Results 1 – 1 of 1) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.cc1613 void ForAll(size_t begin, size_t end, Callback callback, size_t work_units) { in ForAll() function in art::ParallelCompilationManager
1863 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_); in ResolveDexFile()
1867 context.ForAll(0, dex_file.NumClassDefs(), ResolveClassFieldsAndMethods, thread_count_); in ResolveDexFile()
1950 context.ForAll(0, dex_file.NumClassDefs(), VerifyClass, thread_count_); in VerifyDexFile()
2000 context.ForAll(0, dex_file.NumClassDefs(), SetVerifiedClass, thread_count_); in SetVerifiedDexFile()
2108 context.ForAll(0, dex_file.NumClassDefs(), InitializeClass, thread_count); in InitializeClasses()
2237 context.ForAll(0, dex_file.NumClassDefs(), CompilerDriver::CompileClass, thread_count_); in CompileDexFile()