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

/libcore/ojluni/src/main/java/java/nio/
H A DByteBufferAsShortBuffer.java116 bb.putShortUnchecked(ix(checkIndex(i)), x);
H A DByteBuffer.java1237 void putShortUnchecked(int index, short value) { method in class:ByteBuffer
H A DHeapByteBuffer.java295 void putShortUnchecked(int i, short x) { method in class:HeapByteBuffer
H A DDirectByteBuffer.java511 void putShortUnchecked(int i, short x) { method in class:DirectByteBuffer

Completed in 41 milliseconds