HomeSort by relevance Sort by last modified time
    Searched full:and511 (Results 1 - 1 of 1) sorted by null

  /art/test/538-checker-embed-constants/src/
Main.java 39 /// CHECK-START-ARM: int Main.and511(int) disassembly (after)
43 public static int and511(int arg) { method in class:Main
116 /// CHECK-START-ARM: long Main.and511(long) disassembly (after)
125 public static long and511(long arg) { method in class:Main
501 assertIntEquals(and511(arg), 0x121); method
512 assertLongEquals(and511(longArg), 0x121L); method

Completed in 441 milliseconds