Home
last modified time | relevance | path

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

/art/test/578-bce-visit/src/
DMain.java34 for (int i0 = 7 - 1; i0 >= 1; i0--) { in doit()
35 …mA[6][0][0] -= ((((l0++) == ( -mX)) ? (((mA[3][i0][1] > 503) || (mX <= i0)) ? (--l0) : (l0--)) : m… in doit()
38 for (int i1 = i0-2 - 1; i1 >= 3; i1--) { in doit()
39 for (int i2 = 2; i2 < i0; i2++) { in doit()
40 mA[i0][4][l3] >>= 1; in doit()
49 for (int i0 = 0; i0 < 10; i0++) in main()
52 mA[i0][i1][i2] = k++; in main()
/art/test/530-checker-lse2/src/
DMain.java69 for (int i0 = 0; i0 < 576; i0++) { in Main()
70 mArray[i0] = a; in Main()
119 for (int i0 = 56 - 1; i0 >= 0; i0--) { in testMethod()
120 …mArray[i0] &= (Boolean.logicalOr(((true ? ((boolean) new Boolean((mZ))) : mZ) || mArray[i0]), (mZ)… in testMethod()
153 mArray[i0] &= (false || ((1256071300.0f != -353296391.0f) ? false : (mZ ^ mArray[i0]))); in testMethod()
/art/test/439-npe/
Dexpected.txt55 i0=4
/art/test/623-checker-loop-regressions/src/
DMain.java278 for (int i0 = 0; i0 < 2; i0++) { in reduc()
280 xx[i0] -= (++yy[i1]); in reduc()
/art/test/530-checker-lse/src/
DMain.java818 for (int i0 = 0; i0 < 5; i0++) { in testAllocationEliminationWithLoops()
/art/test/160-read-barrier-stress/src/
DMain.java104 int i0 = index0; in testArrayReadsWithNonConstIndex() local
118 assertSameObject(f0000, la[i0]); in testArrayReadsWithNonConstIndex()
128 Object tmp1 = la[i0]; in testArrayReadsWithNonConstIndex()
129 Object tmp2 = la[i0 + 1]; in testArrayReadsWithNonConstIndex()
130 Object tmp3 = la[i0 + 1024]; in testArrayReadsWithNonConstIndex()
131 Object tmp4 = la[i0 + 4444]; in testArrayReadsWithNonConstIndex()
132 Object tmp5 = la[i0 + 4998]; in testArrayReadsWithNonConstIndex()
133 Object tmp6 = la[i0 + 4999]; in testArrayReadsWithNonConstIndex()
/art/test/439-npe/src/
DMain.java643 int i0 = 0; in $opt$noinline$testRegisterRetrieval() local
724 i0 += i1; in $opt$noinline$testRegisterRetrieval()
790 System.out.println("i0=" + i0); in $opt$noinline$testRegisterRetrieval()
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali137 # i0 = phi(p0,i1) \
141 # i1 = phi(p0, i0)
/art/test/083-compiler-regressions/src/
DMain.java1336 int i0 = 0; in largeFrame() local
3336 i1 += i0; in largeFrame()