Searched refs:IsJavaDebuggable (Results 1 – 23 of 23) sorted by relevance
66 !Runtime::Current()->IsJavaDebuggable()) { in CheckOptimizedOutRegLiveness()
37 if (runtime->IsJavaDebuggable()) { in CanUseAotCode()
53 if (!runtime->IsJavaDebuggable()) { in Run()
433 if (runtime->IsJavaDebuggable()) { in StartDex2OatCommandLine()479 if (runtime->IsJavaDebuggable()) { in CompileBootImage()
706 if (kLogAllAccesses || deny_access || runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()736 if (!deny_access && runtime->IsJavaDebuggable()) { in ShouldDenyAccessToMemberImpl()
1305 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()1315 (Dbg::IsJdwpAllowed() || IsProfileable() || IsProfileableFromShell() || IsJavaDebuggable() || in InitNonZygoteOrPostFork()1332 if (IsJavaDebuggable()) { in InitNonZygoteOrPostFork()1841 IsJavaDebuggable()); in Init()2044 if (IsJavaDebuggable() || jit_options_->GetProfileSaverOptions().GetProfileBootClassPath()) { in Init()2260 DCHECK(Dbg::IsJdwpAllowed() || !runtime->IsJavaDebuggable()) in EnsureJvmtiPlugin()3220 bool deoptimize_native_methods = Runtime::Current()->IsJavaDebuggable(); in operator ()()
1009 DCHECK(Runtime::Current()->IsJavaDebuggable()); in EnableEntryExitHooks()1765 if (Runtime::Current()->IsJavaDebuggable() && !needs_deopt && self->IsDeoptCheckRequired()) { in ShouldDeoptimizeCaller()
600 if (kIsDebugBuild || UNLIKELY(Runtime::Current()->IsJavaDebuggable())) { in HandleOptimizingDeoptimization()
795 bool IsJavaDebuggable() const { in IsJavaDebuggable() function
695 if (!runtime->IsJavaDebuggable()) { in Start()
1455 if (!runtime->IsJavaDebuggable()) { in InitFromBootImage()2308 runtime->IsJavaDebuggable())) { in AddImageSpace()2334 runtime->IsJavaDebuggable()) { in AddImageSpace()3391 !Runtime::Current()->IsJavaDebuggable()) { in FindClass()3809 bool enable_boot_jni_stub = !runtime->IsJavaDebuggable(); in FixupStaticTrampolines()
2588 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
32 !Runtime::Current()->IsJavaDebuggable(); in IsFrameCompiledAndNonDebuggable()
74 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
235 (method->IsNative() || !Runtime::Current()->IsJavaDebuggable())) { in ForceJitCompiled()464 return Runtime::Current()->IsJavaDebuggable() ? JNI_TRUE : JNI_FALSE; in Java_Main_isDebuggable()
142 if (!Runtime::Current()->IsJavaDebuggable() && in TryPatternMatch()960 if (Runtime::Current()->IsJavaDebuggable()) { in MapBootImageMethods()1208 !runtime->IsJavaDebuggable()) { in RegisterDexFiles()
764 DCHECK(cha_single_implementation_list.empty() || !Runtime::Current()->IsJavaDebuggable()) in Commit()
148 if (runtime->IsJavaDebuggable()) { in FinishSetup()
191 return Runtime::Current()->IsJavaDebuggable(); in VMRuntime_isJavaDebuggable()
66 return IsNterpSupported() && !runtime->IsJavaDebuggable() && !instr->EntryExitStubsInstalled() && in CanRuntimeUseNterp()
790 if (runtime->IsJavaDebuggable()) { in RunBackgroundVerification()
173 if (art::Runtime::Current()->IsJavaDebuggable() || IsDebugBuild()) { in IsOomeHeapDumpAllowed()
1377 DCHECK_IMPLIES(method->IsCriticalNative(), !runtime->IsJavaDebuggable()); in JitCompile()