Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DByteBufferAsShortBuffer.java115 bb.putShortUnchecked(ix(checkIndex(i)), x); in put()
DByteBuffer.java1098 void putShortUnchecked(int index, short value) { in putShortUnchecked() method in ByteBuffer
DHeapByteBuffer.java272 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in HeapByteBuffer
DDirectByteBuffer.java453 void putShortUnchecked(int i, short x) { in putShortUnchecked() method in DirectByteBuffer