Home
last modified time | relevance | path

Searched refs:pokeIntNative (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DMemory.java202 pokeIntNative(address, value); in pokeInt()
205 private static native void pokeIntNative(long address, int value); in pokeIntNative() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp309 FAST_NATIVE_METHOD(Memory, pokeIntNative, "(JI)V"),