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

  /art/test/538-checker-embed-constants/src/
Main.java 31 /// CHECK-START-ARM: int Main.and255(int) disassembly (after)
35 public static int and255(int arg) { method in class:Main
103 /// CHECK-START-ARM: long Main.and255(long) disassembly (after)
112 public static long and255(long arg) { method in class:Main
500 assertIntEquals(and255(arg), 0x21); method
511 assertLongEquals(and255(longArg), 0x21L); method

Completed in 132 milliseconds