Home
last modified time | relevance | path

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

/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java103 public static SafepointFunction NamedSet( in NamedSet() method in Test1912
236 NamedSet("Int", Locals::SetLocalVariableInt, Integer.MAX_VALUE),
237 NamedSet("Long", Locals::SetLocalVariableLong, Long.MAX_VALUE),
238 NamedSet("Float", Locals::SetLocalVariableFloat, 9.2f),
239 NamedSet("Double", Locals::SetLocalVariableDouble, 12.4d),
250 NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1));
252 NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1));
255 NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1));
257 NamedSet("IntShortSize", Locals::SetLocalVariableInt, Short.MAX_VALUE - 1));
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java106 public static SafepointFunction NamedSet( in NamedSet() method in Test1913
237 NamedSet("Null", set_obj, null),
238 NamedSet("TestClass1", set_obj, new TestClass1("Set TestClass1")),
239 NamedSet("TestClass1ext", set_obj, new TestClass1ext("Set TestClass1ext")),
240 NamedSet("TestClass2", set_obj, new TestClass2("Set TestClass2")),
241 NamedSet("TestClass2impl", set_obj, new TestClass2impl("Set TestClass2impl")),