Searched refs:getLongVolatile (Results 1 – 3 of 3) sorted by relevance
79 return unsafe.getLongVolatile(array, offset); in getRaw()
313 return unsafe.getLongVolatile(obj, offset); in get()
207 public native long getLongVolatile(Object obj, long offset); in getLongVolatile() method in Unsafe