Searched refs:IsDebuggable (Results 1 – 18 of 18) sorted by relevance
122 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()195 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
86 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()127 if (codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()
53 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses()); in MarkDeadPhis()
351 if (graph_->IsDebuggable() || in SinkCodeToUncommonBranch()
454 if (graph_->IsDebuggable()) { in RemoveRedundantUninitializedStrings()
768 !graph_->IsDebuggable() && in TryOptimizeInnerLoopFinite()2244 if (graph_->IsDebuggable() && phi->HasEquivalentPhi()) { in TrySetPhiInduction()2471 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
927 if (graph_->IsDebuggable() || graph_->HasTryCatch()) { in Run()
133 } else if (graph_->IsDebuggable()) { in Run()2044 graph_->IsDebuggable(), in TryBuildAndInlineHelper()
1287 if (graph->IsDebuggable()) return true; in ShouldBeLiveForEnvironment()
2306 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPToFPCallLocations()2331 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPFPToFPCallLocations()
1104 graph->IsDebuggable() || in NeedsVregInfo()
1608 if (GetGraph()->IsDebuggable()) { in VisitCondition()
101 bool IsDebuggable() const;
387 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
173 bool IsDebuggable() const;
278 return Runtime::Current() != nullptr && !IsDebuggable() && Runtime::Current()->IsJavaDebuggable(); in ShouldUnquickenVDex()2150 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile2151 return GetOatHeader().IsDebuggable(); in IsDebuggable()
434 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) { in ShouldLoadAppImage()
2896 if (of == nullptr || of->IsDebuggable()) { in DeoptimizeBootImage()