Home
last modified time | relevance | path

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

/art/test/704-multiply-accumulate/src/
DMain.java146 result = a*c + obj.la; in test_long()
153 tmp = obj.la; in test_long()
170 public long la = 123L; field in CA
/art/tools/
Dbuildbot-cleanup-device.sh45 adb shell rmdir "$ART_TEST_CHROOT" || adb shell ls -la "$ART_TEST_CHROOT"
/art/test/160-read-barrier-stress/src/
DMain.java76 Object[] la = largeArray; // Load the volatile `largeArray` once on each iteration. in testArrayReadsWithConstIndex() local
78 assertSameObject(f0000, la[0]); in testArrayReadsWithConstIndex()
79 assertDifferentObject(f0000, la[1]); in testArrayReadsWithConstIndex()
80 assertSameObject(f1024, la[1024]); in testArrayReadsWithConstIndex()
81 assertSameObject(f4444, la[4444]); in testArrayReadsWithConstIndex()
82 assertDifferentObject(f4999, la[4998]); in testArrayReadsWithConstIndex()
83 assertSameObject(f4999, la[4999]); in testArrayReadsWithConstIndex()
116 Object[] la = largeArray; // Load the volatile `largeArray` once on each iteration. in testArrayReadsWithNonConstIndex() local
118 assertSameObject(f0000, la[i0]); in testArrayReadsWithNonConstIndex()
119 assertDifferentObject(f0000, la[i1]); in testArrayReadsWithNonConstIndex()
[all …]