Searched refs:GetRuntimeFlags (Results 1 – 3 of 3) sorted by relevance
273 ALWAYS_INLINE inline uint32_t GetRuntimeFlags(ArtField* field) in GetRuntimeFlags() function280 ALWAYS_INLINE inline uint32_t GetRuntimeFlags(ArtMethod* method) in GetRuntimeFlags() function422 const uint32_t runtime_flags = GetRuntimeFlags(member); in ShouldDenyAccessToMember()
702 DCHECK_EQ(hiddenapi_flags, hiddenapi::GetRuntimeFlags(this)) << PrettyMethod(); in SetIntrinsic()715 uint32_t hiddenapi_runtime_flags = hiddenapi::GetRuntimeFlags(this); in SetNotIntrinsic()722 DCHECK_EQ(hiddenapi_runtime_flags, hiddenapi::GetRuntimeFlags(this)); in SetNotIntrinsic()
1780 if ((hiddenapi::GetRuntimeFlags(interface_method) & kAccPublicApi) != 0) { in FindAccessibleInterfaceMethod()