Lines Matching refs:thread_count
259 size_t thread_count, in CompilerDriver() argument
266 parallel_thread_count_(thread_count), in CompilerDriver()
1768 size_t thread_count, in ResolveDexFile() argument
1782 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
1787 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in ResolveDexFile()
2109 size_t thread_count, in VerifyDexFile() argument
2121 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in VerifyDexFile()
2179 size_t thread_count, in SetVerifiedDexFile() argument
2189 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in SetVerifiedDexFile()
2710 size_t thread_count, in CompileDexFile() argument
2791 context.ForAllLambda(0, dex_file.NumClassDefs(), compile, thread_count); in CompileDexFile()