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

  /libnativehelper/
JNIHelp.cpp 355 #define kNoCopyMagic 0xd5aab57f /* also in CheckJni.c */
365 uint32_t noCopy = kNoCopyMagic;
372 (*env)->ReleaseByteArrayElements(e, byteArray, reinterpret_cast<jbyte*>(kNoCopyMagic), 0);
  /art/runtime/
check_jni.cc 97 #define kNoCopyMagic 0xd5aab57f
    [all...]
  /dalvik/vm/
CheckJni.cpp     [all...]

Completed in 1343 milliseconds