Searched refs:getLongVolatile (Results 1 – 5 of 5) sorted by relevance
200 public native long getLongVolatile(Object obj, long offset); in getLongVolatile() method in Unsafe480 v = getLongVolatile(o, offset); in getAndAddLong()520 v = getLongVolatile(o, offset); in getAndSetLong()
117 return U.getLongVolatile(array, offset); in getRaw()
475 return U.getLongVolatile(obj, offset); in get()
87 public native long getLongVolatile(java.lang.Object obj, long offset); in getLongVolatile() method in Unsafe
1500 return U.getLongVolatile(thread, TID); in getThreadId()