Searched refs:getAndSetInt (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicInteger.java | 121 return U.getAndSetInt(this, VALUE, newValue); in getAndSet()
|
D | AtomicIntegerArray.java | 151 return U.getAndSetInt(array, checkedByteOffset(i), newValue); in getAndSet()
|
D | AtomicIntegerFieldUpdater.java | 505 return U.getAndSetInt(obj, offset, newValue); in getAndSet()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 497 public final int getAndSetInt(Object o, long offset, int newValue) { in getAndSetInt() method in Unsafe
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | Unsafe.java | 254 public int getAndSetInt(java.lang.Object o, long offset, int newValue) { in getAndSetInt() method in Unsafe
|