Searched refs:ZygoteKind (Results 1 – 3 of 3) sorted by relevance
86 enum class ZygoteKind : uint8_t { enum133 ZygoteKind zygote_kind_;160 case ZygoteKind::kZygote32: in GetBootClasspathIsas()163 case ZygoteKind::kZygote32_64: in GetBootClasspathIsas()167 case ZygoteKind::kZygote64_32: in GetBootClasspathIsas()171 case ZygoteKind::kZygote64: in GetBootClasspathIsas()180 case ZygoteKind::kZygote32: in GetSystemServerIsa()181 case ZygoteKind::kZygote32_64: in GetSystemServerIsa()184 case ZygoteKind::kZygote64_32: in GetSystemServerIsa()185 case ZygoteKind::kZygote64: in GetSystemServerIsa()[all …]
58 using ::art::odrefresh::ZygoteKind;86 bool ParseZygoteKind(const char* input, ZygoteKind* zygote_kind) { in ParseZygoteKind()89 *zygote_kind = ZygoteKind::kZygote32; in ParseZygoteKind()92 *zygote_kind = ZygoteKind::kZygote32_64; in ParseZygoteKind()95 *zygote_kind = ZygoteKind::kZygote64_32; in ParseZygoteKind()98 *zygote_kind = ZygoteKind::kZygote64; in ParseZygoteKind()178 ZygoteKind zygote_kind; in InitializeConfig()
225 config_.SetZygoteKind(ZygoteKind::kZygote64_32); in SetUp()