Searched refs:BadSet (Results 1 – 1 of 1) sorted by relevance
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Test1967.java | 70 public static SafepointFunction BadSet( in BadSet() method in Test1967 212 BadSet("Int_at_too_high", Locals::SetLocalVariableInt, Integer.MAX_VALUE, (i) -> i + 100), 213 BadSet("Long_at_too_high", Locals::SetLocalVariableLong, Long.MAX_VALUE, (i) -> i + 100), 214 BadSet( 219 BadSet("Int_at_negative", Locals::SetLocalVariableInt, Integer.MAX_VALUE, (i) -> -1), 220 BadSet("Long_at_negative", Locals::SetLocalVariableLong, Long.MAX_VALUE, (i) -> -1), 221 BadSet("Object_at_negative", Locals::SetLocalVariableObject, "NEW_FOR_SET", (i) -> -1),
|