Home
last modified time | relevance | path

Searched defs:putByte (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java96 public native void putByte(long address, byte newValue); in putByte() method in Unsafe
99 public native void putByte(Object obj, long offset, byte newValue); in putByte() method in Unsafe
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java189 final void putByte(int offset, byte value) { in putByte() method in NativeObject
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java323 public native void putByte(Object obj, long offset, byte newValue); in putByte() method in Unsafe
392 public native void putByte(long address, byte x); in putByte() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java137 public native void putByte(java.lang.Object obj, long offset, byte newValue); in putByte() method in Unsafe
195 public native void putByte(long address, byte x); in putByte() method in Unsafe