Searched refs:pokeByte (Results 1 – 3 of 3) sorted by relevance
210 public static native void pokeByte(long address, byte value); in pokeByte() method in Memory
305 FAST_NATIVE_METHOD(Memory, pokeByte, "(JB)V"),
247 Memory.pokeByte(a, x); in put()