Searched defs:testSpillInIf (Results 1 - 2 of 2) sorted by relevance

/art/test/405-optimizing-long-allocator/src/
H A DMain.java29 expectEquals(-15, $opt$testSpillInIf(5, 6, 7));
33 expectEquals(-55834574850L, $opt$testSpillInIf(5, 6L << 32, 7L << 32));
122 public static long $opt$testSpillInIf(long a, long b, long c) {
/art/test/404-optimizing-allocator/src/
H A DMain.java29 expectEquals(-15, $opt$reg$testSpillInIf(5, 6, 7));
116 public static int $opt$reg$testSpillInIf(int a, int b, int c) {

Completed in 432 milliseconds