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

/libcore/luni/src/main/java/libcore/io/
H A DMemory.java202 pokeIntNative(address, value);
205 private static native void pokeIntNative(long address, int value); method in class:Memory

Completed in 1731 milliseconds