Home
last modified time | relevance | path

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

/art/test/160-read-barrier-stress/src/
DMain.java61 largeArray[0] = f0000; in testArrayReadsWithConstIndex()
63 largeArray[1] = tmp; in testArrayReadsWithConstIndex()
64 largeArray[1024] = f1024; in testArrayReadsWithConstIndex()
65 largeArray[4444] = f4444; in testArrayReadsWithConstIndex()
67 largeArray[4998] = tmp; in testArrayReadsWithConstIndex()
68 largeArray[4999] = f4999; in testArrayReadsWithConstIndex()
76 Object[] la = largeArray; // Load the volatile `largeArray` once on each iteration. in testArrayReadsWithConstIndex()
94 largeArray[0] = f0000; in testArrayReadsWithNonConstIndex()
96 largeArray[1] = tmp; in testArrayReadsWithNonConstIndex()
97 largeArray[1024] = f1024; in testArrayReadsWithNonConstIndex()
[all …]