Home
last modified time | relevance | path

Searched refs:JNI (Results 1 – 15 of 15) sorted by relevance

/art/runtime/jni/
Djni_internal.cc643 class JNI { class
2888 JNI::GetVersion,
2889 JNI::DefineClass,
2890 JNI::FindClass,
2891 JNI::FromReflectedMethod,
2892 JNI::FromReflectedField,
2893 JNI::ToReflectedMethod,
2894 JNI::GetSuperclass,
2895 JNI::IsAssignableFrom,
2896 JNI::ToReflectedField,
[all …]
Djni_env_ext.h202 friend class JNI; variable
/art/test/656-annotation-lookup-generic-jni/
Dinfo.txt3 through Generic JNI would crash the Generic JNI trampoline because it
/art/test/674-hiddenapi/src-ex/
DChildClass.java245 if (JNI.canDiscoverField(klass, name, isStatic) != canDiscover) { in checkField()
295 if (!JNI.canGetField(klass, name, isStatic)) { in checkField()
298 if (!JNI.canSetField(klass, name, isStatic)) { in checkField()
338 if (JNI.canDiscoverMethod(klass, name, isStatic) != canDiscover) { in checkMethod()
370 if (!JNI.canInvokeMethodA(klass, name, isStatic)) { in checkMethod()
373 if (!JNI.canInvokeMethodV(klass, name, isStatic)) { in checkMethod()
420 if (JNI.canDiscoverConstructor(klass, signature) != canDiscover) { in checkConstructor()
445 if (!JNI.canInvokeConstructorA(klass, signature)) { in checkConstructor()
448 if (!JNI.canInvokeConstructorV(klass, signature)) { in checkConstructor()
DJNI.java17 public class JNI { class
/art/test/667-jit-jni-stub/
Dinfo.txt1 Tests for JITting and collecting JNI stubs.
/art/benchmark/jni-perf/
Dinfo.txt1 Tests for measuring performance of JNI state changes.
/art/test/647-jni-get-field-id/
Dinfo.txt1 Test for native calls to JNI GetFieldID() with odd signatures.
/art/test/136-daemon-jni-shutdown/
Dinfo.txt1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
/art/test/674-hiddenapi/
Dinfo.txt3 tries to access them with reflection/JNI/MethodHandles or link against them.
/art/test/115-native-bridge/
Dexpected.txt6 Test ART callbacks: all JNI function number is 12.
/art/build/
DAndroid.bp47 // We have lots of C-style variadic functions, and are OK with them. JNI ensures
/art/tools/dexfuzz/
DREADME121 JNI elements are not supported at all currently.
/art/cmdline/
DREADME.md170 This is highly discouraged, but for compatibility with `JNI` which allows argument ignores, there is
/art/dex2oat/driver/
Dcompiler_driver.cc297 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookup) in CreateJniDlsymLookup()