Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc818 if (!cpu_set_.empty()) { in ProcessOptions()
819 SetCpuAffinity(cpu_set_); in ProcessOptions()
1056 AssignIfExists(args, M::CpuSet, &cpu_set_); in ParseArgs()
2901 std::vector<int32_t> cpu_set_; member in art::Dex2Oat