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

/libcore/ojluni/src/main/java/java/nio/
H A DByteBufferAsIntBuffer.java117 bb.putIntUnchecked(ix(checkIndex(i)), x);
H A DByteBuffer.java1193 void putIntUnchecked(int index, int value) { method in class:ByteBuffer
H A DHeapByteBuffer.java356 void putIntUnchecked(int i, int x) { method in class:HeapByteBuffer
H A DDirectByteBuffer.java600 final void putIntUnchecked(int i, int x) { method in class:DirectByteBuffer

Completed in 51 milliseconds