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

/art/test/449-checker-bce/src/
H A DMain.java131 /// CHECK-START: void Main.$opt$noinline$constantIndexing2(int[]) BCE (before)
141 /// CHECK-START: void Main.$opt$noinline$constantIndexing2(int[]) BCE (after)
152 static void $opt$noinline$constantIndexing2(int[] array) {
471 $opt$noinline$constantIndexing2(a6);
982 $opt$noinline$constantIndexing2(new int[3]);
985 // Will need to be updated if $opt$noinline$constantIndexing2 is inlined.

Completed in 69 milliseconds