Home
last modified time | relevance | path

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

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