Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 9 of 9) sorted by relevance

/art/test/980-redefine-object/src/
DMain.java127 LinkedList<Object> ll = new LinkedList<>(); in doTest() local
129 ll.add(new Object()); in doTest()
130 ll.add(new Object()); in doTest()
131 ll.add(o2); in doTest()
132 ll.add(o); in doTest()
133 ll.add(t); in doTest()
134 ll.add(t2); in doTest()
135 ll.add(new Transform()); in doTest()
/art/test/451-spill-splot/src/
DMain.java44 float ll = 10; in main() local
49 System.out.println(aa + bb + cc + dd + ee + ff + gg + hh + ii + jj + kk + ll + mm + nn); in main()
73 ll = $noinline$computeFloat(); in main()
/art/test/003-omnibus-opcodes/src/
DIntMath.java561 static void jlmTests(int ii, long ll) { in jlmTests() argument
569 Main.assertTrue(Math.abs(ll) == ll); in jlmTests()
570 Main.assertTrue(Math.abs(-ll) == ll); in jlmTests()
571 Main.assertTrue(Math.min(ll, -5L) == -5L); in jlmTests()
572 Main.assertTrue(Math.max(ll, -5L) == ll); in jlmTests()
/art/test/800-smali/smali/
Db_27799205_1.smali13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_2.smali13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_4.smali15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_5.smali15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
Db_27799205_3.smali15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
/art/tools/dexfuzz/
DREADME82 As the fuzzer works, you'll see output like: