Home
last modified time | relevance | path

Searched refs:accessible (Results 1 – 6 of 6) sorted by relevance

/art/test/046-reflect/
Dexpected.txt86 public final int Target.cantTouchThis accessible=false
87 public final int Target.cantTouchThis accessible=true
99 private static void java.util.Collections.swap(java.lang.Object[],int,int) accessible=false
100 private static void java.util.Collections.swap(java.lang.Object[],int,int) accessible=true
/art/tools/jvmti-agents/titrace/
DREADME.md34 The agent must be located in an app-accessible directory.
42 Copy the agent into an app-accessible directory, and make the file owned by the app.
/art/test/674-hiddenapi/
Dinfo.txt15 not apply as hidden APIs are accessible within the boundaries of the boot
/art/tools/hiddenapi/
DREADME.md9 lists are assumed to be on a whitelist and left accessible by all code.
/art/libnativeloader/
DREADME.md21 configured so that only the JNI libraries embedded in the APK is accessible
/art/runtime/
Dreflection.cc698 const bool accessible = executable->IsAccessible(); in InvokeMethod() local
742 if (!accessible && !VerifyAccess(soa.Self(), in InvokeMethod()