Searched refs:GetRuntimeFlags (Results 1 – 4 of 4) sorted by relevance
279 ALWAYS_INLINE inline uint32_t GetRuntimeFlags(ArtField* field) in GetRuntimeFlags() function286 ALWAYS_INLINE inline uint32_t GetRuntimeFlags(ArtMethod* method) in GetRuntimeFlags() function
763 DCHECK_EQ(hiddenapi_flags, hiddenapi::GetRuntimeFlags(this)) << PrettyMethod(); in SetIntrinsic()776 uint32_t hiddenapi_runtime_flags = hiddenapi::GetRuntimeFlags(this); in SetNotIntrinsic()783 DCHECK_EQ(hiddenapi_runtime_flags, hiddenapi::GetRuntimeFlags(this)); in SetNotIntrinsic()
701 const uint32_t runtime_flags = GetRuntimeFlags(member); in ShouldDenyAccessToMember()
2222 if ((hiddenapi::GetRuntimeFlags(interface_method) & kAccPublicApi) != 0) { in IsInterfaceMethodAccessible()