Home
last modified time | relevance | path

Searched refs:reportValue (Results 1 – 6 of 6) sorted by relevance

/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java39 public static void reportValue(Object val) { in reportValue() method in Test1912
49 reportValue(TARGET); in BooleanMethod()
54 reportValue(TARGET); in ByteMethod()
59 reportValue(TARGET); in CharMethod()
64 reportValue(TARGET); in ShortMethod()
69 reportValue(TARGET); in IntMethod()
74 reportValue(TARGET); in LongMethod()
79 reportValue(TARGET); in FloatMethod()
84 reportValue(TARGET); in DoubleMethod()
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java59 public static void reportValue(Object val) { in reportValue() method in Test1913
67 reportValue(TARGET); in PrimitiveMethod()
75 reportValue(TARGET); in ObjectMethod()
81 reportValue(TARGET); in InterfaceMethod()
87 reportValue(TARGET); in SpecificClassMethod()
/art/test/1914-get-local-instance/src/art/
DTest1914.java38 public static void reportValue(Object val) { in reportValue() method in Test1914
45 reportValue(null); in StaticMethod()
57 reportValue(this); in InstanceMethod()
184 reportValue(p);
/art/test/1915-get-set-local-current-thread/src/art/
DTest1915.java37 public static void reportValue(Object val) { in reportValue() method in Test1915
47 reportValue(TARGET); in IntMethod()
/art/test/1916-get-set-current-frame/src/art/
DTest1916.java37 public static void reportValue(Object val) { in reportValue() method in Test1916
54 reportValue(TARGET); in run()
/art/test/1935-get-set-current-frame-jit/src/
DMain.java46 public static void reportValue(Object val) { in reportValue() method in Main
82 reportValue(TARGET); in run()