Home
last modified time | relevance | path

Searched refs:putByte (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DNativeBuffers.java132 unsafe.putByte(buffer.address() + i, cstr[i]); in copyCStringToNativeBuffer()
135 unsafe.putByte(buffer.address() + len, (byte)0); in copyCStringToNativeBuffer()
DLinuxUserDefinedFileAttributeView.java239 unsafe.putByte(address + i, src.get()); in write()
250 unsafe.putByte(address + i, tmp[i]); in write()
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java189 final void putByte(int offset, byte value) { in putByte() method in NativeObject
190 unsafe.putByte(offset + address, value); in putByte()
DUtil.java360 unsafe.putByte(a, b);
/libcore/luni/src/test/java/libcore/sun/misc/
DUnsafeTest.java87 unsafe.putByte(srcPtr++, b); in test_copyMemory()
200 unsafe.putByte(tf, byteFieldOffset, byteValue); in test_putByte_Relative()
258 unsafe.putByte(buffer, byteValue1); in test_putByte_getByte_Absolute()
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java366 public native void putByte(Object obj, long offset, byte newValue); in putByte() method in Unsafe
541 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
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java127 public native void putByte(java.lang.Object obj, long offset, byte newValue); in putByte() method in Unsafe
187 public native void putByte(long address, byte x); in putByte() method in Unsafe
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java586 public native void putByte(Object obj, long offset, byte newValue); in putByte() method in Unsafe
761 public native void putByte(long address, byte x); in putByte() method in Unsafe
/libcore/ojluni/src/main/java/java/nio/
DBits.java557 unsafe.putByte(a, b); in _put()
/libcore/api/
Dmodule-lib-current.txt803 method @dalvik.annotation.optimization.FastNative public void putByte(Object, long, byte);
804 method @dalvik.annotation.optimization.FastNative public void putByte(long, byte);
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java2126 unsafe.putByte(obj, key, buf[off]); in setPrimFieldValues()