Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h94 kZygote64 = 3 enumerator
171 case ZygoteKind::kZygote64: in GetBootClasspathIsas()
185 case ZygoteKind::kZygote64: in GetSystemServerIsa()
205 case ZygoteKind::kZygote64: in GetDex2Oat()
Dodrefresh_main.cc98 *zygote_kind = ZygoteKind::kZygote64; in ParseZygoteKind()
/art/test/dexpreopt/
Ddexpreopt_test.cc53 constexpr const char* kZygote64 = "zygote64"; variable
79 names_and_isas.push_back(std::make_pair(kZygote64, InstructionSet::kArm64)); in GetZygoteNamesAndIsas()
88 names_and_isas.push_back(std::make_pair(kZygote64, InstructionSet::kX86_64)); in GetZygoteNamesAndIsas()