Searched defs:peekIntArray (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java199 public final void peekIntArray(int offset, int[] dst, int dstOffset, int intCount, boolean swap) { method in class:MemoryBlock
200 Memory.peekIntArray(address + offset, dst, dstOffset, intCount, swap);
/libcore/luni/src/main/java/libcore/io/
H A DMemory.java162 public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boolean swap); method in class:Memory

Completed in 27 milliseconds