Home
last modified time | relevance | path

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

/art/test/160-read-barrier-stress/
Dinfo.txt1 Test stressing read barriers for CC GC.
/art/test/168-vmstack-annotated/src/
DMain.java30 List<CyclicBarrier> barriers; field in Main.Runner
32 public Runner(List<Object> locks, List<CyclicBarrier> barriers) { in Runner() argument
34 this.barriers = barriers; in Runner()
39 step(locks, barriers); in run()
/art/test/476-checker-ctor-memory-barrier/
Dinfo.txt1 Tests if we add memory barriers on constructors when needed (i.e when the
/art/test/635-checker-arm64-volatile-load-cc/
Dinfo.txt3 offset with (Baker) read barriers (b/34726333).
/art/test/646-checker-arraycopy-large-cst-pos/
Dinfo.txt3 constant destination position, on ARM64, with read barriers
/art/test/573-checker-checkcast-regression/
Dinfo.txt4 with Baker's read barriers enabled.