HomeSort by relevance Sort by last modified time
    Searched refs:checkedByteOffset (Results 1 - 14 of 14) sorted by null

  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 65 private long checkedByteOffset(int i) {
114 return getRaw(checkedByteOffset(i));
128 U.putIntVolatile(array, checkedByteOffset(i), newValue);
139 U.putOrderedInt(array, checkedByteOffset(i), newValue);
151 return U.getAndSetInt(array, checkedByteOffset(i), newValue);
165 return compareAndSetRaw(checkedByteOffset(i), expect, update);
217 return U.getAndAddInt(array, checkedByteOffset(i), delta);
263 long offset = checkedByteOffset(i);
284 long offset = checkedByteOffset(i);
310 long offset = checkedByteOffset(i)
    [all...]
AtomicLongArray.java 64 private long checkedByteOffset(int i) {
113 return getRaw(checkedByteOffset(i));
127 U.putLongVolatile(array, checkedByteOffset(i), newValue);
138 U.putOrderedLong(array, checkedByteOffset(i), newValue);
150 return U.getAndSetLong(array, checkedByteOffset(i), newValue);
164 return compareAndSetRaw(checkedByteOffset(i), expect, update);
216 return U.getAndAddLong(array, checkedByteOffset(i), delta);
262 long offset = checkedByteOffset(i);
283 long offset = checkedByteOffset(i);
309 long offset = checkedByteOffset(i)
    [all...]
AtomicReferenceArray.java 75 private long checkedByteOffset(int i) {
124 return getRaw(checkedByteOffset(i));
139 U.putObjectVolatile(array, checkedByteOffset(i), newValue);
150 U.putOrderedObject(array, checkedByteOffset(i), newValue);
163 return (E)U.getAndSetObject(array, checkedByteOffset(i), newValue);
177 return compareAndSetRaw(checkedByteOffset(i), expect, update);
213 long offset = checkedByteOffset(i);
234 long offset = checkedByteOffset(i);
260 long offset = checkedByteOffset(i);
286 long offset = checkedByteOffset(i)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 617 milliseconds