Searched defs:putShortVolatile (Results 1 – 2 of 2) sorted by relevance
182 static void putShortVolatile(Object base, short value, MethodHandleImpl mh) { in putShortVolatile() method in DirectMethodHandle.Holder398 static void putShortVolatile(short value, MethodHandleImpl mh) { in putShortVolatile() method in DirectMethodHandle.Holder
2399 public native void putShortVolatile(Object o, long offset, short x); in putShortVolatile() method in Unsafe