Home
last modified time | relevance | path

Searched refs:kPreventMetaReflectionBlocklistAccess (Results 1 – 2 of 2) sorted by relevance

/art/test/674-hiddenapi/
Dhiddenapi.cc31 static constexpr uint64_t kPreventMetaReflectionBlocklistAccess = 142365358; variable
328 disabled_changes.erase(kPreventMetaReflectionBlocklistAccess); in Java_Reflection_setHiddenApiCheckHardening()
331 disabled_changes.insert(kPreventMetaReflectionBlocklistAccess); in Java_Reflection_setHiddenApiCheckHardening()
/art/runtime/native/
Djava_lang_Class.cc62 static constexpr uint64_t kPreventMetaReflectionBlocklistAccess = 142365358; variable
110 if (compat_framework.IsChangeEnabled(kPreventMetaReflectionBlocklistAccess)) { in GetReflectionCaller()