Searched refs:IsJavaDebuggable (Results 1 – 22 of 22) sorted by relevance
40 return IsNterpSupported() && !runtime->IsJavaDebuggable() && !instr->EntryExitStubsInstalled() && in CanRuntimeUseNterp()
66 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
53 if (!runtime->IsJavaDebuggable()) { in Run()
616 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()640 if (!deny_access && runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
431 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()477 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
295 if (runtime->IsJavaDebuggable()) { in CanUseAotCode()925 DCHECK(Runtime::Current()->IsJavaDebuggable()); in EnableEntryExitHooks()1623 if (Runtime::Current()->IsJavaDebuggable() && !needs_deopt && self->IsDeoptCheckRequired()) { in ShouldDeoptimizeCaller()
1207 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()1217 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()1234 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()1676 IsJavaDebuggable()); in Init()1872 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()2119 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()3275 bool deoptimize_native_methods = Runtime::Current()->IsJavaDebuggable(); in operator ()()
568 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
777 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
834 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
536 if (!runtime->IsJavaDebuggable()) { in Start()
2490 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
3224 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()
32 !Runtime::Current()->IsJavaDebuggable(); in IsFrameCompiledAndNonDebuggable()
72 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
232 (method->IsNative() || !Runtime::Current()->IsJavaDebuggable())) { in ForceJitCompiled()436 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
148 if (runtime->IsJavaDebuggable()) { in FinishSetup()
190 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
1072 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()1324 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
740 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()
176 if (art::Runtime::Current()->IsJavaDebuggable() || IsDebugBuild()) { in IsOomeHeapDumpAllowed()
1265 DCHECK_IMPLIES(method->IsCriticalNative(), !runtime->IsJavaDebuggable()); in JitCompile()