Home
last modified time | relevance | path

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

/art/test/1965-get-set-local-primitive-no-tables/src/art/
DTest1965.java57 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet() method in Test1965
188 NamedSet("Int", Locals::SetLocalVariableInt, Integer.MAX_VALUE),
189 NamedSet("Long", Locals::SetLocalVariableLong, Long.MAX_VALUE),
190 NamedSet("Float", Locals::SetLocalVariableFloat, 9.2f),
191 NamedSet("Double", Locals::SetLocalVariableDouble, 12.4d),
192 NamedSet("Object", Locals::SetLocalVariableObject, "NEW_VALUE_FOR_SET"),
193 NamedSet("NullObject", Locals::SetLocalVariableObject, null),
204 .exec(NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1));
206 .exec(NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1));
209 .exec(NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1));
[all …]
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java110 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet() method in Test1912
238 NamedSet("Int", Locals::SetLocalVariableInt, Integer.MAX_VALUE),
239 NamedSet("Long", Locals::SetLocalVariableLong, Long.MAX_VALUE),
240 NamedSet("Float", Locals::SetLocalVariableFloat, 9.2f),
241 NamedSet("Double", Locals::SetLocalVariableDouble, 12.4d),
242 NamedSet("Object", Locals::SetLocalVariableObject, "NEW_VALUE_FOR_SET"),
243 NamedSet("NullObject", Locals::SetLocalVariableObject, null),
254 .exec(NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1));
256 .exec(NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1));
259 .exec(NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1));
[all …]
/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java102 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet() method in Test1966
224 NamedSet("Null", set_obj, null),
225 NamedSet("TestClass1", set_obj, new TestClass1("Set TestClass1")),
226 NamedSet("TestClass1ext", set_obj, new TestClass1ext("Set TestClass1ext")),
227 NamedSet("TestClass2", set_obj, new TestClass2("Set TestClass2")),
228 NamedSet("TestClass2impl", set_obj, new TestClass2impl("Set TestClass2impl")),
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java140 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet() method in Test1913
267 NamedSet("Null", set_obj, null),
268 NamedSet("TestClass1", set_obj, new TestClass1("Set TestClass1")),
269 NamedSet("TestClass1ext", set_obj, new TestClass1ext("Set TestClass1ext")),
270 NamedSet("TestClass2", set_obj, new TestClass2("Set TestClass2")),
271 NamedSet("TestClass2impl", set_obj, new TestClass2impl("Set TestClass2impl")),