Searched refs:SetCheckJniEnabled (Results 1 – 5 of 5) sorted by relevance
165 vm->SetCheckJniEnabled(true); in EnableDebugFeatures()167 Thread::Current()->GetJniEnv()->SetCheckJniEnabled(true); in EnableDebugFeatures()
56 void SetCheckJniEnabled(bool enabled) REQUIRES(!Locks::jni_function_table_lock_);
135 bool SetCheckJniEnabled(bool enabled);
118 void JNIEnvExt::SetCheckJniEnabled(bool enabled) { in SetCheckJniEnabled() function in art::JNIEnvExt
509 SetCheckJniEnabled(runtime_options.Exists(RuntimeArgumentMap::CheckJni)); in JavaVMExt()723 thread->GetJniEnv()->SetCheckJniEnabled(*check_jni); in ThreadEnableCheckJni()726 bool JavaVMExt::SetCheckJniEnabled(bool enabled) { in SetCheckJniEnabled() function in art::JavaVMExt