Searched refs:JNI (Results 1 – 15 of 15) sorted by relevance
/art/runtime/jni/ |
D | jni_internal.cc | 643 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 …]
|
D | jni_env_ext.h | 202 friend class JNI; variable
|
/art/test/656-annotation-lookup-generic-jni/ |
D | info.txt | 3 through Generic JNI would crash the Generic JNI trampoline because it
|
/art/test/674-hiddenapi/src-ex/ |
D | ChildClass.java | 245 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()
|
D | JNI.java | 17 public class JNI { class
|
/art/test/667-jit-jni-stub/ |
D | info.txt | 1 Tests for JITting and collecting JNI stubs.
|
/art/benchmark/jni-perf/ |
D | info.txt | 1 Tests for measuring performance of JNI state changes.
|
/art/test/647-jni-get-field-id/ |
D | info.txt | 1 Test for native calls to JNI GetFieldID() with odd signatures.
|
/art/test/136-daemon-jni-shutdown/ |
D | info.txt | 1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
|
/art/test/674-hiddenapi/ |
D | info.txt | 3 tries to access them with reflection/JNI/MethodHandles or link against them.
|
/art/test/115-native-bridge/ |
D | expected.txt | 6 Test ART callbacks: all JNI function number is 12.
|
/art/build/ |
D | Android.bp | 47 // We have lots of C-style variadic functions, and are OK with them. JNI ensures
|
/art/tools/dexfuzz/ |
D | README | 121 JNI elements are not supported at all currently.
|
/art/cmdline/ |
D | README.md | 170 This is highly discouraged, but for compatibility with `JNI` which allows argument ignores, there is
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 297 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookup) in CreateJniDlsymLookup()
|