Home
last modified time | relevance | path

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

/art/test/004-checker-UnsafeTest18/src/
DMain.java185 expectEqual64(7L, m.l); in main()
194 expectEqual64(20L, m.l); in main()
214 expectEqual64(109L, m.l); // one thread's last value wins in main()
243 expectEqual64(659L, m.l); // all values accounted for in main()
257 expectEqual64(-2L, m.l); in main()
274 expectEqual64(-123456789L, m.l); in main()
297 expectEqual64(-987654321L, m.l); in main()
366 private static void expectEqual64(long expected, long result) { in expectEqual64() method in Main