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

  /art/test/404-optimizing-allocator/src/
Main.java 30 expectEquals(-567, $opt$reg$TestAgressiveLive1(1, 2, 3, 4, 5, 6, 7));
129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) {
  /art/test/405-optimizing-long-allocator/src/
Main.java 30 expectEquals(-567, $opt$TestAgressiveLive1(1, 2, 3, 4, 5, 6, 7));
34 expectEquals(-73014444553L, $opt$TestAgressiveLive1(
135 public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g) {

Completed in 54 milliseconds