Home
last modified time | relevance | path

Searched refs:LongMethod (Results 1 – 2 of 2) sorted by relevance

/art/test/1912-get-set-local-primitive/
Dexpected.txt25 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetInt" on remote thre…
26 "GetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ERRO…
28 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetLong" on remote thr…
29 "GetLong" on public static void art.Test1912.LongMethod(java.lang.Runnable) got value: 9001
31 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetFloat" on remote th…
32 "GetFloat" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ER…
34 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetDouble" on remote t…
35 "GetDouble" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_E…
37 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "SetInt" on remote thre…
38 "SetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 2147…
[all …]
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java71 public static void LongMethod(Runnable safepoint) { in LongMethod() method in Test1912