Searched refs:arrayLength (Results 1 - 1 of 1) sorted by relevance

/art/test/445-checker-licm/src/
H A DMain.java90 /// CHECK-START: int Main.arrayLength(int[]) licm (before)
94 /// CHECK-START: int Main.arrayLength(int[]) licm (after)
98 /// CHECK-START: int Main.arrayLength(int[]) licm (after)
102 public static int arrayLength(int[] array) { method in class:Main
180 assertEquals(12, arrayLength(new int[] { 4, 8 }));

Completed in 51 milliseconds