Searched refs:putShortUnchecked (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 604 putShortUnchecked(nextPutIndex(2), x); in putShort() 618 putShortUnchecked(checkIndex(i, 2), x); in putShort() 627 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in HeapByteBuffer
|
D | ByteBufferAsShortBuffer.java | 233 bb.putShortUnchecked(ix(checkIndex(i)), x); in put()
|
D | ByteBuffer.java | 2618 abstract void putShortUnchecked(int index, short value); in putShortUnchecked() method in ByteBuffer
|
D | Heap-X-Buffer.java.template | 604 putShortUnchecked(nextPutIndex(2), x); 618 putShortUnchecked(checkIndex(i, 2), x); 627 void putShortUnchecked(int i, short x) {
|
D | DirectByteBuffer.java | 561 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in DirectByteBuffer
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | ByteBuffer.java | 179 abstract void putShortUnchecked(int index, short value); in putShortUnchecked() method in ByteBuffer
|
D | DirectByteBuffer.java | 242 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in DirectByteBuffer
|