Home
last modified time | relevance | path

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

/art/test/1912-get-set-local-primitive/
Dexpected.txt73 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetInt" on remote th…
74 "GetInt" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_ER…
76 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetLong" on remote t…
77 "GetLong" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_E…
79 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetFloat" on remote …
80 "GetFloat" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_…
82 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetDouble" on remote…
83 "GetDouble" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) got value: 3.1415
85 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "SetInt" on remote th…
86 "SetInt" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed to set value 21…
[all …]
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java81 public static void DoubleMethod(Runnable safepoint) { in DoubleMethod() method in Test1912