Searched refs:volatileShortField (Results 1 - 2 of 2) sorted by relevance

/art/test/122-npe/src/
H A DMain.java306 useInt(((Value) null).volatileShortField);
313 ((Value) null).volatileShortField = 42;
622 volatile short volatileShortField; field in class:Main.Value
/art/test/439-npe/src/
H A DMain.java38 private volatile short volatileShortField; field in class:Main
172 m.volatileShortField = 0;
217 return m.volatileShortField;

Completed in 8 milliseconds