Home
last modified time | relevance | path

Searched refs:IntMethod (Results 1 – 3 of 3) sorted by relevance

/art/test/1912-get-set-local-primitive/
Dexpected.txt1 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetInt" on remote threa…
2 "GetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) got value: 42
4 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetLong" on remote thre…
5 "GetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERRO…
7 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetFloat" on remote thr…
8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR…
10 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetDouble" on remote th…
11 "GetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER…
13 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "SetInt" on remote threa…
14 "SetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) set value: 2147483647
[all …]
/art/test/1915-get-set-local-current-thread/src/art/
DTest1915.java44 public static void IntMethod(ThrowRunnable safepoint) throws Exception { in IntMethod() method in Test1915
55 IntMethod(() -> { in run() method
64 IntMethod(() -> { in run() method
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java66 public static void IntMethod(Runnable safepoint) { in IntMethod() method in Test1912