Searched defs:putDoubleVolatile (Results 1 – 2 of 2) sorted by relevance
218 static void putDoubleVolatile(Object base, double value, MethodHandleImpl mh) { in putDoubleVolatile() method in DirectMethodHandle.Holder434 static void putDoubleVolatile(double value, MethodHandleImpl mh) { in putDoubleVolatile() method in DirectMethodHandle.Holder
2461 public native void putDoubleVolatile(Object o, long offset, double x); in putDoubleVolatile() method in Unsafe