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

/art/test/561-shared-slowpaths/src/
H A DMain.java27 private static void init(int[] x, int [] y, int l1, int h1, int l2, int h2) { argument
31 for (int i = l2; i < h2; i++) {
/art/test/952-invoke-custom/generator/
H A DTestInvokeCustomWithConcurrentThreads.java193 public static void assertEquals(long l1, long l2) { argument
194 if (l1 == l2) { return; }
195 throw new AssertionError("assertEquals l1: " + l1 + ", l2: " + l2);
H A DTestLinkerMethodMinimalArguments.java105 public static void assertEquals(long l1, long l2) { argument
106 if (l1 == l2) { return; }
107 throw new AssertionError("assertEquals l1: " + l1 + ", l2: " + l2);
H A DTestLinkerMethodMultipleArgumentTypes.java108 public static void assertEquals(long l1, long l2) { argument
109 if (l1 == l2) { return; }
110 throw new AssertionError("assertEquals l1: " + l1 + ", l2: " + l2);
/art/compiler/utils/
H A Dassembler_thumb_test.cc709 Label l2; local
710 __ b(&l2);
712 __ Bind(&l2);
748 Label l2; local
749 __ b(&l2);
751 __ Bind(&l2);
939 Label l2; local
940 __ cbnz(R2, &l2);
943 __ Bind(&l2);
1133 Label l2; local
[all...]
/art/test/082-inline-execute/src/
H A DMain.java1335 private static long test_Long_reverse_b22324327(long l1, long l2) { argument
1351 long r2 = Long.reverse(l2);
/art/test/700-LoadArgRegs/src/
H A DMain.java277 static void testRefs1(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long l3) { argument
278 System.out.println(l1 + ", " + l2 + ", " + l3);
281 static void testRefs(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long l3) { argument
282 testRefs1(o1, o2, o3, o4, o5, l1, l2, l3);

Completed in 310 milliseconds