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

  /external/chromium_org/content/browser/android/java/
jni_helper_unittest.cc 26 const JNINativeInterface* g_previous_functions;
65 JNINativeInterface hooked_functions;
  /external/chromium_org/base/android/
scoped_java_ref_unittest.cc 18 const JNINativeInterface* g_previous_functions;
50 // We inject our own functions in JNINativeInterface so we can keep track
64 JNINativeInterface hooked_functions;
  /art/runtime/
jni_internal.h 191 const JNINativeInterface* unchecked_functions;
194 const JNINativeInterface* GetCheckJniNativeInterface();
check_jni.cc     [all...]
jni_internal.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 97 const Offset monitor_enter(OFFSETOF_MEMBER(JNINativeInterface, MonitorEnter));
98 const Offset monitor_exit(OFFSETOF_MEMBER(JNINativeInterface, MonitorExit));
  /development/ndk/platforms/android-3/include/
jni.h 151 typedef const struct JNINativeInterface* C_JNIEnv;
157 typedef const struct JNINativeInterface* JNIEnv;
164 struct JNINativeInterface {
503 * JNINativeInterface*. We rely somewhat on compiler behavior.
507 const struct JNINativeInterface* functions;
    [all...]

Completed in 63 milliseconds