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

  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 181 public native void putIntVolatile(Object obj, long offset, int newValue);
  /libcore/libdvm/src/main/java/sun/misc/
Unsafe.java 193 public native void putIntVolatile(Object obj, long offset, int newValue);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 96 unsafe.putIntVolatile(array, checkedByteOffset(i), newValue);
AtomicIntegerFieldUpdater.java 322 unsafe.putIntVolatile(obj, offset, newValue);
  /art/runtime/native/
sun_misc_Unsafe.cc 165 NATIVE_METHOD(Unsafe, putIntVolatile, "(Ljava/lang/Object;JI)V"),

Completed in 93 milliseconds