Searched defs:setLong (Results 1 - 2 of 2) sorted by relevance

/art/test/569-checker-pattern-replacement/src/
H A DMain.java235 /// CHECK-START: long Main.setLong(Second, long) inliner (before)
238 /// CHECK-START: long Main.setLong(Second, long) inliner (after)
241 /// CHECK-START: long Main.setLong(Second, long) inliner (after)
244 public static long setLong(Second s, long value) { method in class:Main
1178 assertEquals(111L, setLong(s, 111L));
/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java263 static void setLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) method in class:Main.InvokeExactTester
280 static void setLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { method in class:Main.InvokeExactTester
281 setLong(m, null, value, expectFailure);
523 setLong(methodHandle, valueHolder, longValue,
525 setLong(methodHandle, longValue,

Completed in 88 milliseconds