Home
last modified time | relevance | path

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

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