Searched refs:pokeIntNative (Results 1 – 2 of 2) sorted by relevance
202 pokeIntNative(address, value); in pokeInt()205 private static native void pokeIntNative(long address, int value); in pokeIntNative() method in Memory
309 FAST_NATIVE_METHOD(Memory, pokeIntNative, "(JI)V"),