Searched refs:check_jni_ (Results 1 – 5 of 5) sorted by relevance
39 if (check_jni_) { in AddLocalReference()
76 check_jni_(false), in JNIEnvExt()79 check_jni_ = vm_in->IsCheckJniEnabled(); in JNIEnvExt()80 functions = GetFunctionTable(check_jni_); in JNIEnvExt()116 check_jni_ = enabled; in SetCheckJniEnabled()
108 bool IsCheckJniEnabled() const { return check_jni_; } in IsCheckJniEnabled()197 bool check_jni_; variable
67 return check_jni_; in IsCheckJniEnabled()251 bool check_jni_; variable
509 check_jni_(false), // Initialized properly in the constructor body below. in JavaVMExt()783 bool old_check_jni = check_jni_; in SetCheckJniEnabled()784 check_jni_ = enabled; in SetCheckJniEnabled()787 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()792 os << "JNI: CheckJNI is " << (check_jni_ ? "on" : "off"); in DumpForSigQuit()