Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java65 public native void putByte(java.lang.Object obj, long offset, byte newValue); in putByte() method in Unsafe
68 public native void putByte(long address, byte x); in putByte() method in Unsafe
/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/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.java136 public native void putByte(java.lang.Object obj, long offset, byte newValue); in putByte() method in Unsafe
194 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/ojluni/src/main/java/java/io/
DObjectStreamClass.java2126 unsafe.putByte(obj, key, buf[off]); in setPrimFieldValues()
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt1454 method @dalvik.annotation.optimization.FastNative public void putByte(Object, long, byte);
1455 method @dalvik.annotation.optimization.FastNative public void putByte(long, byte);