Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsShortBuffer.java116 bb.putShortUnchecked(ix(checkIndex(i)), x); in put()
DByteBuffer.java1273 abstract void putShortUnchecked(int index, short value); in putShortUnchecked() method in ByteBuffer
DHeapByteBuffer.java295 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in HeapByteBuffer
DDirectByteBuffer.java518 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.java235 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in DirectByteBuffer