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

/libcore/luni/src/main/java/java/nio/
H A DMemoryBlock.java219 public final void pokeInt(int offset, int value, ByteOrder order) { method in class:MemoryBlock
220 Memory.pokeInt(address + offset, value, order.needsSwap);
/libcore/luni/src/main/java/libcore/io/
H A DMemory.java91 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { method in class:Memory
167 public static native void pokeInt(long address, int value, boolean swap); method in class:Memory

Completed in 118 milliseconds