Lines Matching refs:thread_count
368 size_t thread_count, in CompilerDriver() argument
392 parallel_thread_count_(thread_count), in CompilerDriver()
2181 size_t thread_count, in ResolveDexFile() argument
2195 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
2200 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in ResolveDexFile()
2315 size_t thread_count, in VerifyDexFile() argument
2325 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in VerifyDexFile()
2379 size_t thread_count, in SetVerifiedDexFile() argument
2386 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in SetVerifiedDexFile()
2708 size_t thread_count, in CompileDexFile() argument
2714 context.ForAll(0, dex_file.NumClassDefs(), &visitor, thread_count); in CompileDexFile()