Searched refs:kAccCorePlatformApi (Results 1 – 3 of 3) sorted by relevance
108 static constexpr uint32_t kAccCorePlatformApi = 0x20000000; // field, method variable125 static constexpr uint32_t kAccHiddenapiBits = kAccPublicApi | kAccCorePlatformApi;
256 runtime_flags |= kAccCorePlatformApi; in CreateRuntimeFlags_Impl()388 return kAccCorePlatformApi; in GetRuntimeFlags()
162 uint32_t new_access_flags = access_flags | kAccCorePlatformApi; in InitializeCorePlatformApiPrivateFields()568 MaybeUpdateAccessFlags(Runtime::Current(), member, kAccCorePlatformApi); in HandleCorePlatformApiViolation()752 if ((runtime_flags & kAccCorePlatformApi) != 0) { in ShouldDenyAccessToMember()