HomeSort by relevance Sort by last modified time
    Searched refs:notLong (Results 1 - 2 of 2) sorted by null

  /art/test/416-optimizing-arith-not/src/
Main.java 35 notLong();
49 private static void notLong() throws Exception {
75 Method m = c.getMethod("$opt$NotLong", long.class);
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 678 Method notLong = notMethod(long.class);
679 assertEquals(0xffffffffffffffffL, notLong.invoke(null, 0x0000000000000000L));
680 assertEquals(0x0000000000000000L, notLong.invoke(null, 0xffffffffffffffffL));
681 assertEquals(0x98765432edcba987L, notLong.invoke(null, 0x6789abcd12345678L));
    [all...]

Completed in 183 milliseconds