Home
last modified time | relevance | path

Searched refs:putShortUnchecked (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java604 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
DByteBufferAsShortBuffer.java233 bb.putShortUnchecked(ix(checkIndex(i)), x); in put()
DByteBuffer.java2618 abstract void putShortUnchecked(int index, short value); in putShortUnchecked() method in ByteBuffer
DHeap-X-Buffer.java.template604 putShortUnchecked(nextPutIndex(2), x);
618 putShortUnchecked(checkIndex(i, 2), x);
627 void putShortUnchecked(int i, short x) {
DDirectByteBuffer.java561 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in DirectByteBuffer
/libcore/ojluni/annotations/hiddenapi/java/nio/
DByteBuffer.java179 abstract void putShortUnchecked(int index, short value); in putShortUnchecked() method in ByteBuffer
DDirectByteBuffer.java242 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in DirectByteBuffer