Searched refs:check_jni_ (Results 1 – 5 of 5) sorted by relevance
38 if (check_jni_) { in AddLocalReference()
83 check_jni_(false), in JNIEnvExt()86 check_jni_ = vm_in->IsCheckJniEnabled(); in JNIEnvExt()87 functions = GetFunctionTable(check_jni_); in JNIEnvExt()119 check_jni_ = enabled; in SetCheckJniEnabled()
115 bool IsCheckJniEnabled() const { return check_jni_; } in IsCheckJniEnabled()207 bool check_jni_; variable
62 return check_jni_; in IsCheckJniEnabled()233 bool check_jni_; variable
494 check_jni_(false), // Initialized properly in the constructor body below. in JavaVMExt()734 bool old_check_jni = check_jni_; in SetCheckJniEnabled()735 check_jni_ = enabled; in SetCheckJniEnabled()738 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()743 os << "JNI: CheckJNI is " << (check_jni_ ? "on" : "off"); in DumpForSigQuit()