Searched refs:pokeByteArray (Results 1 – 3 of 3) sorted by relevance
242 public static native void pokeByteArray(long address, byte[] src, int offset, int count); in pokeByteArray() method in Memory
306 NATIVE_METHOD(Memory, pokeByteArray, "(J[BII)V"),
299 Memory.pokeByteArray(ix(pos), in put()