Searched refs:check_jni_ (Results 1 – 5 of 5) sorted by relevance
39 if (check_jni_) { in AddLocalReference()
77 check_jni_(false), in JNIEnvExt()80 check_jni_ = vm_in->IsCheckJniEnabled(); in JNIEnvExt()81 functions = GetFunctionTable(check_jni_); in JNIEnvExt()117 check_jni_ = enabled; in SetCheckJniEnabled()
111 bool IsCheckJniEnabled() const { return check_jni_; } in IsCheckJniEnabled()201 bool check_jni_; variable
67 return check_jni_; in IsCheckJniEnabled()254 bool check_jni_; variable
502 check_jni_(false), // Initialized properly in the constructor body below. in JavaVMExt()776 bool old_check_jni = check_jni_; in SetCheckJniEnabled()777 check_jni_ = enabled; in SetCheckJniEnabled()780 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()785 os << "JNI: CheckJNI is " << (check_jni_ ? "on" : "off"); in DumpForSigQuit()