Home
last modified time | relevance | path

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

12

/art/test/1976-hello-structural-static-methods/
Dexpected-stdout.txt12 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/855-native/
Dinfo.txt1 Regression test for b/342077744: handle the case we may running generic JNI for
2 a method but its entrypoint is a shared boot image JNI stub.
/art/test/1973-jni-id-swap-pointer/
Dexpected-stdout.txt2 JNI Type is: SwapablePointer
4 JNI Type is: Pointer
/art/test/1972-jni-id-swap-indices/
Dexpected-stdout.txt2 JNI Type is: SwapablePointer
4 JNI Type is: Indices
/art/test/656-annotation-lookup-generic-jni/
Dinfo.txt3 through Generic JNI would crash the Generic JNI trampoline because it
/art/test/2262-miranda-methods/
Dexpected-stdout.txt5 Test method with concrete implementation via JNI call
12 Expected AME Thrown on Main via JNI call
/art/test/674-hiddenapi/src-ex/
DChildClass.java253 if (JNI.canDiscoverField(klass, name, isStatic) != canDiscover) { in checkField()
320 if (!JNI.canGetField(klass, name, isStatic)) { in checkField()
323 if (!JNI.canSetField(klass, name, isStatic)) { in checkField()
364 if (JNI.canDiscoverMethod(klass, name, isStatic) != canDiscover) { in checkMethod()
413 if (!JNI.canInvokeMethodA(klass, name, isStatic)) { in checkMethod()
416 if (!JNI.canInvokeMethodV(klass, name, isStatic)) { in checkMethod()
463 if (JNI.canDiscoverConstructor(klass, signature) != canDiscover) { in checkConstructor()
505 if (!JNI.canInvokeConstructorA(klass, signature)) { in checkConstructor()
508 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/178-app-image-native-method/
Dinfo.txt1 Tests that native methods in app image using compiled stubs or Generic JNI work correctly.
/art/test/2009-structural-local-ref/
Dinfo.txt3 Tests that using the structural redefinition updates JNI local-refs.
/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/2035-structural-native-method/
Dinfo.txt4 clearing the JNI bindings of native methods. This could interfere with
/art/test/2033-shutdown-mechanics/
Dinfo.txt2 in native code, the JNI environment is suitably adjusted so that we
/art/libnativeloader/
DREADME.md8 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/
Dinfo.txt3 tries to access them with reflection/JNI/MethodHandles or link against them.
/art/test/115-native-bridge/
Dexpected-stdout.txt6 Test ART callbacks: all JNI function number is 12.
/art/runtime/jni/
Djni_env_ext.h202 template<bool kEnableIndexIds> friend class JNI; variable
/art/runtime/arch/arm/
Djni_entrypoints_arm.S153 // If we're coming from JNI stub with tail call, it is LR. If we're coming from
/art/libartservice/service/
DAndroid.bp24 // This native library contains JNI support code for the ART Service Java
/art/tools/dexfuzz/
DREADME119 JNI elements are not supported at all currently.
/art/build/
DAndroid.bp65 // We have lots of C-style variadic functions, and are OK with them. JNI ensures
/art/runtime/
Dmutator_gc_coord.md38 Normally, when a thread makes a JNI call, it is not considered runnable while
39 executing native code. This makes the transitions to and from running native JNI

12