Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DMemory.java212 pokeShortNative(address, value); in pokeShort()
214 private static native void pokeShortNative(long address, short value); in pokeShortNative() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp312 NATIVE_METHOD(Memory, pokeShortNative, "!(JS)V"),