HomeSort by relevance Sort by last modified time
    Searched full:pokeshortnative (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Memory.java 212 pokeShortNative(address, value);
214 private static native void pokeShortNative(long address, short value);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 312 NATIVE_METHOD(Memory, pokeShortNative, "!(JS)V"),
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 208 "pokeShortNative", // kNameCachePokeShortNative
429 INTRINSIC(LibcoreIoMemory, PokeShortNative, JS_V, kIntrinsicPoke, kSignedHalf),
    [all...]

Completed in 1735 milliseconds