blob: deb70ba56aa9485675e879a00344f080f3b19ad9 [file] [log] [blame]
Calin Juravle44a35062014-10-22 20:17:58 +01001Code cache exists: './code_cache'.
Andreas Gampe855564b2014-07-25 02:32:19 -07002Native bridge initialized.
jgu21a6da74e2014-09-10 06:57:17 -04003Checking for getEnvValues.
Andreas Gampe6be67ee2014-09-02 21:22:18 -07004Ready for native bridge tests.
Andreas Gampe855564b2014-07-25 02:32:19 -07005Checking for support.
Yong WUf7a68c12014-08-03 16:06:52 +08006Getting trampoline for JNI_OnLoad with shorty (null).
Jeff Hao848f70a2014-01-15 13:49:50 -08007Test ART callbacks: all JNI function number is 10.
Yong WUf7a68c12014-08-03 16:06:52 +08008 name:booleanMethod, signature:(ZZZZZZZZZZ)Z, shorty:ZZZZZZZZZZZ.
9 name:byteMethod, signature:(BBBBBBBBBB)B, shorty:BBBBBBBBBBB.
10 name:charMethod, signature:(CCCCCCCCCC)C, shorty:CCCCCCCCCCC.
11 name:shortMethod, signature:(SSSSSSSSSS)S, shorty:SSSSSSSSSSS.
12 name:testCallStaticVoidMethodOnSubClassNative, signature:()V, shorty:V.
13 name:testFindClassOnAttachedNativeThread, signature:()V, shorty:V.
14 name:testFindFieldOnAttachedNativeThreadNative, signature:()V, shorty:V.
15 name:testGetMirandaMethodNative, signature:()Ljava/lang/reflect/Method;, shorty:L.
Jeff Hao848f70a2014-01-15 13:49:50 -080016 name:testNewStringObject, signature:()V, shorty:V.
Yong WUf7a68c12014-08-03 16:06:52 +080017 name:testZeroLengthByteBuffers, signature:()V, shorty:V.
18trampoline_JNI_OnLoad called!
19Getting trampoline for Java_Main_testFindClassOnAttachedNativeThread with shorty V.
20trampoline_Java_Main_testFindClassOnAttachedNativeThread called!
21Getting trampoline for Java_Main_testFindFieldOnAttachedNativeThreadNative with shorty V.
22trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative called!
23Getting trampoline for Java_Main_testCallStaticVoidMethodOnSubClassNative with shorty V.
24trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative called!
25Getting trampoline for Java_Main_testGetMirandaMethodNative with shorty L.
26trampoline_Java_Main_testGetMirandaMethodNative called!
27Getting trampoline for Java_Main_testZeroLengthByteBuffers with shorty V.
28trampoline_Java_Main_testZeroLengthByteBuffers called!
29Getting trampoline for Java_Main_byteMethod with shorty BBBBBBBBBBB.
30trampoline_Java_Main_byteMethod called!
31trampoline_Java_Main_byteMethod called!
32trampoline_Java_Main_byteMethod called!
33trampoline_Java_Main_byteMethod called!
34trampoline_Java_Main_byteMethod called!
35trampoline_Java_Main_byteMethod called!
36trampoline_Java_Main_byteMethod called!
37Getting trampoline for Java_Main_shortMethod with shorty SSSSSSSSSSS.
38trampoline_Java_Main_shortMethod called!
39trampoline_Java_Main_shortMethod called!
40trampoline_Java_Main_shortMethod called!
41trampoline_Java_Main_shortMethod called!
42trampoline_Java_Main_shortMethod called!
43trampoline_Java_Main_shortMethod called!
44trampoline_Java_Main_shortMethod called!
45trampoline_Java_Main_shortMethod called!
46trampoline_Java_Main_shortMethod called!
47Getting trampoline for Java_Main_booleanMethod with shorty ZZZZZZZZZZZ.
48trampoline_Java_Main_booleanMethod called!
49trampoline_Java_Main_booleanMethod called!
50Getting trampoline for Java_Main_charMethod with shorty CCCCCCCCCCC.
51trampoline_Java_Main_charMethod called!
52trampoline_Java_Main_charMethod called!
53trampoline_Java_Main_charMethod called!
54trampoline_Java_Main_charMethod called!
55trampoline_Java_Main_charMethod called!
56trampoline_Java_Main_charMethod called!
57trampoline_Java_Main_charMethod called!
58trampoline_Java_Main_charMethod called!
Jeff Hao848f70a2014-01-15 13:49:50 -080059Getting trampoline for Java_Main_testNewStringObject with shorty V.
60trampoline_Java_Main_testNewStringObject called!