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

  /art/openjdkjvmti/
ti_jni.cc 65 bool check_jni = false; local
68 check_jni = runtime->GetJavaVM()->IsCheckJniEnabled();
75 current_table = art::JNIEnvExt::GetFunctionTable(check_jni);
  /art/runtime/
jni_env_ext.cc 25 #include "check_jni.h"
295 bool check_jni = env->IsCheckJniEnabled(); local
296 env->functions = JNIEnvExt::GetFunctionTable(check_jni);
313 const JNINativeInterface* JNIEnvExt::GetFunctionTable(bool check_jni) {
318 return check_jni ? GetCheckJniNativeInterface() : GetJniNativeInterface();
java_vm_ext.cc 28 #include "check_jni.h"
694 bool* check_jni = reinterpret_cast<bool*>(arg); local
695 thread->GetJniEnv()->SetCheckJniEnabled(*check_jni);
    [all...]

Completed in 412 milliseconds