Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc849 if (!cpu_set_.empty()) { in ProcessOptions()
850 SetCpuAffinity(cpu_set_); in ProcessOptions()
1089 AssignIfExists(args, M::CpuSet, &cpu_set_); in ParseArgs()
2912 std::vector<int32_t> cpu_set_; member in art::Dex2Oat