Lines Matching refs:thread_count
257 size_t thread_count, in CompilerDriver() argument
264 parallel_thread_count_(thread_count), in CompilerDriver()
1670 size_t thread_count, in ResolveDexFile() argument
1684 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
1689 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in ResolveDexFile()
2018 size_t thread_count, in VerifyDexFile() argument
2030 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in VerifyDexFile()
2088 size_t thread_count, in SetVerifiedDexFile() argument
2098 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in SetVerifiedDexFile()
2560 size_t thread_count, in CompileDexFile() argument
2636 context.ForAllLambda(0, dex_file.NumClassDefs(), compile, thread_count); in CompileDexFile()