Lines Matching refs:thread_count
257 size_t thread_count, in CompilerDriver() argument
264 parallel_thread_count_(thread_count), in CompilerDriver()
1680 size_t thread_count, in ResolveDexFile() argument
1694 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
1699 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in ResolveDexFile()
2007 size_t thread_count, in VerifyDexFile() argument
2019 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in VerifyDexFile()
2074 size_t thread_count, in SetVerifiedDexFile() argument
2084 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in SetVerifiedDexFile()
2564 size_t thread_count, in CompileDexFile() argument
2645 context.ForAllLambda(0, dex_file.NumClassDefs(), compile, thread_count); in CompileDexFile()