Searched refs:volatileIntField (Results 1 – 3 of 3) sorted by relevance
208 useInt(((Value) null).volatileIntField); in methodTwo()215 ((Value) null).volatileIntField = 42; in methodTwo()615 volatile int volatileIntField; field in Main.Value
219 Field volatileIntField = TestVolatileClass.class.getDeclaredField("volatileIntVar"); in testGetAndPutVolatile() local220 long volatileIntOffset = unsafe.objectFieldOffset(volatileIntField); in testGetAndPutVolatile()
31 private volatile int volatileIntField; field in Main137 m.volatileIntField = 0; in $opt$noinline$setVolatileIntField()182 return m.volatileIntField; in $opt$noinline$getVolatileIntField()