Lines Matching refs:thread_count
158 size_t thread_count)
164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count);
330 size_t thread_count)
334 thread_count_(thread_count),
596 int thread_count = sysconf(_SC_NPROCESSORS_CONF);
650 if (!ParseInt(thread_count_str, &thread_count)) {
875 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) {