HomeSort by relevance Sort by last modified time
    Searched defs:peekLongArray (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Memory.java 163 public static native void peekLongArray(int address, long[] dst, int dstOffset, int longCount, boolean swap);
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 204 public final void peekLongArray(int offset, long[] dst, int dstOffset, int longCount, boolean swap) {
205 Memory.peekLongArray(address + offset, dst, dstOffset, longCount, swap);

Completed in 59 milliseconds