Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h88 kZygote32 = 0, enumerator
160 case ZygoteKind::kZygote32: in GetBootClasspathIsas()
180 case ZygoteKind::kZygote32: in GetSystemServerIsa()
200 case ZygoteKind::kZygote32: in GetDex2Oat()
Dodrefresh_main.cc89 *zygote_kind = ZygoteKind::kZygote32; in ParseZygoteKind()
/art/test/dexpreopt/
Ddexpreopt_test.cc52 constexpr const char* kZygote32 = "zygote"; variable
76 names_and_isas.push_back(std::make_pair(kZygote32, InstructionSet::kArm)); in GetZygoteNamesAndIsas()
85 names_and_isas.push_back(std::make_pair(kZygote32, InstructionSet::kX86)); in GetZygoteNamesAndIsas()