Searched refs:RuntimeFlags (Results 1 – 1 of 1) sorted by relevance
346 enum RuntimeFlags : uint32_t { enum1989 if (is_system_server && !(runtime_flags & RuntimeFlags::PROFILE_SYSTEM_SERVER)) { in SpecializeCommon()2048 if ((runtime_flags & RuntimeFlags::DEBUG_ENABLE_PTRACE) != 0) { in SpecializeCommon()2051 runtime_flags &= ~RuntimeFlags::DEBUG_ENABLE_PTRACE; in SpecializeCommon()2053 if ((runtime_flags & RuntimeFlags::PROFILE_FROM_SHELL) != 0) { in SpecializeCommon()2062 switch (runtime_flags & RuntimeFlags::MEMORY_TAG_LEVEL_MASK) { in SpecializeCommon()2063 case RuntimeFlags::MEMORY_TAG_LEVEL_TBI: in SpecializeCommon()2066 case RuntimeFlags::MEMORY_TAG_LEVEL_ASYNC: in SpecializeCommon()2069 case RuntimeFlags::MEMORY_TAG_LEVEL_SYNC: in SpecializeCommon()2080 runtime_flags &= ~RuntimeFlags::MEMORY_TAG_LEVEL_MASK; in SpecializeCommon()[all …]