Searched refs:JNI (Results 1 – 23 of 23) sorted by relevance
/art/test/1976-hello-structural-static-methods/ |
D | expected.txt | 12 Running method public static void art.Transform1976.sayEverything() using JNI. 14 Running method public static void art.Transform1976.sayHi() using JNI. 44 Running method public static void art.Transform1976.sayEverything() using JNI. 47 Running method public static void art.Transform1976.sayHi() using JNI. 50 Running method public static void art.Transform1976.sayBye() using JNI. 52 Running method public static void art.Transform1976.sayEverything() using JNI. 55 Running method public static void art.Transform1976.sayHi() using JNI.
|
/art/test/1973-jni-id-swap-pointer/ |
D | expected.txt | 2 JNI Type is: SwapablePointer 4 JNI Type is: Pointer
|
/art/test/1972-jni-id-swap-indices/ |
D | expected.txt | 2 JNI Type is: SwapablePointer 4 JNI Type is: Indices
|
/art/test/656-annotation-lookup-generic-jni/ |
D | info.txt | 3 through Generic JNI would crash the Generic JNI trampoline because it
|
/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/178-app-image-native-method/ |
D | info.txt | 1 Tests that native methods in app image using compiled stubs or Generic JNI work correctly.
|
/art/test/2009-structural-local-ref/ |
D | info.txt | 3 Tests that using the structural redefinition updates JNI local-refs.
|
/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/src-ex/ |
D | ChildClass.java | 254 if (JNI.canDiscoverField(klass, name, isStatic) != canDiscover) { in checkField() 321 if (!JNI.canGetField(klass, name, isStatic)) { in checkField() 324 if (!JNI.canSetField(klass, name, isStatic)) { in checkField() 365 if (JNI.canDiscoverMethod(klass, name, isStatic) != canDiscover) { in checkMethod() 414 if (!JNI.canInvokeMethodA(klass, name, isStatic)) { in checkMethod() 417 if (!JNI.canInvokeMethodV(klass, name, isStatic)) { in checkMethod() 464 if (JNI.canDiscoverConstructor(klass, signature) != canDiscover) { in checkConstructor() 506 if (!JNI.canInvokeConstructorA(klass, signature)) { in checkConstructor() 509 if (!JNI.canInvokeConstructorV(klass, signature)) { in checkConstructor()
|
D | JNI.java | 17 public class JNI { class
|
/art/test/2035-structural-native-method/ |
D | info.txt | 4 clearing the JNI bindings of native methods. This could interfere with
|
/art/libnativeloader/ |
D | README.md | 8 app-provided JNI libraries or public native libraries like `libc.so` provided 21 configured so that only the JNI libraries embedded in the APK is accessible 22 from the namespace, thus preventing an APK from loading JNI libraries of other
|
/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/runtime/jni/ |
D | jni_env_ext.h | 212 template<bool kEnableIndexIds> friend class JNI; variable
|
D | jni_internal.cc | 482 class JNI { class 2724 using JNIImpl = JNI<kEnableIndexIds>;
|
/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 | 119 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 | 298 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookup) in CreateJniDlsymLookupTrampoline() 303 CREATE_TRAMPOLINE(JNI, kJniAbi, pDlsymLookupCritical) in CreateJniDlsymLookupCriticalTrampoline()
|
/art/test/ |
D | Android.bp | 891 // JNI-id use can change the outcome of this test on device.
|