Home
last modified time | relevance | path

Searched refs:thread_count_ (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc517 thread_count_(sysconf(_SC_NPROCESSORS_CONF)), in Dex2Oat()
1088 AssignIfExists(args, M::Threads, &thread_count_); in ParseArgs()
1225 if (!compiler_options_->GetDumpCfgFileName().empty() && thread_count_ != 1) { in ParseArgs()
1227 << ", we override thread number to 1 to have determinism. It was " << thread_count_ in ParseArgs()
1229 thread_count_ = 1; in ParseArgs()
1904 thread_count_, in Compile()
2866 << " (threads: " << thread_count_ << ") " in LogCompletionTime()
2911 size_t thread_count_; member in art::Dex2Oat