Searched refs:peekIntArray (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DNioBufferIterator.java66 Memory.peekIntArray(address + position, dst, dstOffset, intCount, swap);
H A DMemory.java186 public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boolean swap); method in class:Memory
/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java221 public final void peekIntArray(int offset, int[] dst, int dstOffset, int intCount, boolean swap) { method in class:MemoryBlock
222 Memory.peekIntArray(address + offset, dst, dstOffset, intCount, swap);
H A DDirectByteBuffer.java143 this.block.peekIntArray(offset + position, dst, dstOffset, intCount, order.needsSwap);
/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp362 NATIVE_METHOD(Memory, peekIntArray, "(J[IIIZ)V"),

Completed in 7 milliseconds