Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dmodifiers.h108 static constexpr uint32_t kAccCorePlatformApi = 0x20000000; // field, method variable
125 static constexpr uint32_t kAccHiddenapiBits = kAccPublicApi | kAccCorePlatformApi;
/art/runtime/
Dhidden_api.h256 runtime_flags |= kAccCorePlatformApi; in CreateRuntimeFlags_Impl()
388 return kAccCorePlatformApi; in GetRuntimeFlags()
Dhidden_api.cc162 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()