Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dmodifiers.h99 static constexpr uint32_t kAccCorePlatformApi = 0x20000000; // field, method variable
116 static constexpr uint32_t kAccHiddenapiBits = kAccPublicApi | kAccCorePlatformApi;
/art/runtime/
Dhidden_api.h250 runtime_flags |= kAccCorePlatformApi; in CreateRuntimeFlags_Impl()
373 return kAccCorePlatformApi; in GetRuntimeFlags()
455 if ((runtime_flags & kAccCorePlatformApi) != 0) { in ShouldDenyAccessToMember()
Dhidden_api.cc151 uint32_t new_access_flags = access_flags | kAccCorePlatformApi; in InitializeCorePlatformApiPrivateFields()
467 MaybeUpdateAccessFlags(Runtime::Current(), member, kAccCorePlatformApi); in HandleCorePlatformApiViolation()