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

  /art/test/480-checker-dead-blocks/src/
Main.java 125 /// CHECK-START: int Main.testRemoveSuspendCheck(int, int) dead_code_elimination$after_inlining (before)
131 /// CHECK-START: int Main.testRemoveSuspendCheck(int, int) dead_code_elimination$after_inlining (after)
136 public static int testRemoveSuspendCheck(int x, int y) {
153 assertIntEquals(12, testRemoveSuspendCheck(12, 5));
  /art/test/570-checker-osr/src/
Main.java 265 assertIntEquals(12, $opt$inline$testRemoveSuspendCheck(12, 5));
272 public static int $opt$inline$testRemoveSuspendCheck(int x, int y) {

Completed in 250 milliseconds