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

  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 201 public native void putLongVolatile(Object obj, long offset, long newValue);
  /libcore/libdvm/src/main/java/sun/misc/
Unsafe.java 213 public native void putLongVolatile(Object obj, long offset, long newValue);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java 95 unsafe.putLongVolatile(array, checkedByteOffset(i), newValue);
AtomicLongFieldUpdater.java 304 unsafe.putLongVolatile(obj, offset, newValue);
  /art/runtime/native/
sun_misc_Unsafe.cc 167 NATIVE_METHOD(Unsafe, putLongVolatile, "(Ljava/lang/Object;JJ)V"),

Completed in 2739 milliseconds