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

  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 191 public native long getLongVolatile(Object obj, long offset);
  /libcore/libdvm/src/main/java/sun/misc/
Unsafe.java 203 public native long getLongVolatile(Object obj, long offset);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java 85 return unsafe.getLongVolatile(array, offset);
AtomicLongFieldUpdater.java 314 return unsafe.getLongVolatile(obj, offset);
  /art/runtime/native/
sun_misc_Unsafe.cc 166 NATIVE_METHOD(Unsafe, getLongVolatile, "(Ljava/lang/Object;J)J"),

Completed in 43 milliseconds