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

/art/test/552-checker-sharpening/src/
H A DMain.java91 /// CHECK-START-X86: int Main.testLoop(int[], int) pc_relative_fixups_x86 (before)
94 /// CHECK-START-X86: int Main.testLoop(int[], int) pc_relative_fixups_x86 (after)
98 /// CHECK-START-X86: int Main.testLoop(int[], int) pc_relative_fixups_x86 (after)
102 /// CHECK-START-X86: int Main.testLoop(int[], int) pc_relative_fixups_x86 (after)
109 public static int testLoop(int[] array, int x) { method in class:Main
202 assertIntEquals(3, testLoop(new int[]{ 2 }, 1));
203 assertIntEquals(8, testLoop(new int[]{ 3, 4 }, 1));
/art/test/611-checker-simplify-if/src/
H A DMain.java199 /// CHECK-START: void Main.testLoop(boolean) disassembly (after)
203 public static void testLoop(boolean c) { method in class:Main

Completed in 56 milliseconds