Searched refs:kAccCorePlatformApi (Results 1 – 3 of 3) sorted by relevance
99 static constexpr uint32_t kAccCorePlatformApi = 0x20000000; // field, method variable116 static constexpr uint32_t kAccHiddenapiBits = kAccPublicApi | kAccCorePlatformApi;
250 runtime_flags |= kAccCorePlatformApi; in CreateRuntimeFlags_Impl()373 return kAccCorePlatformApi; in GetRuntimeFlags()455 if ((runtime_flags & kAccCorePlatformApi) != 0) { in ShouldDenyAccessToMember()
151 uint32_t new_access_flags = access_flags | kAccCorePlatformApi; in InitializeCorePlatformApiPrivateFields()467 MaybeUpdateAccessFlags(Runtime::Current(), member, kAccCorePlatformApi); in HandleCorePlatformApiViolation()