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