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

  /libcore/luni/src/main/java/libcore/io/
Memory.java 196 public static native void pokeByte(long address, byte value);
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 235 Memory.pokeByte(a, x);

Completed in 77 milliseconds