Searched refs:IsDebuggable (Results 1 – 21 of 21) sorted by relevance
122 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()195 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
85 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect()116 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()
883 if (graph_->IsDebuggable() || graph_->HasTryCatch()) { in Run()
133 } else if (graph_->IsDebuggable()) { in Run()1816 graph_->IsDebuggable(), in TryBuildAndInlineHelper()
1287 if (graph->IsDebuggable()) return true; in ShouldBeLiveForEnvironment()
2288 if (graph_->IsDebuggable() && phi->HasEquivalentPhi()) { in TrySetPhiInduction()2515 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
2306 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPToFPCallLocations()2331 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPFPToFPCallLocations()
1618 if (GetGraph()->IsDebuggable()) { in VisitCondition()
1225 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
537 bool IsDebuggable() const { return debuggable_; } in IsDebuggable() function
1792 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
2043 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
1930 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
98 bool IsDebuggable() const;
369 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
141 bool IsDebuggable() const;
2164 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile2165 return GetOatHeader().IsDebuggable(); in IsDebuggable()
428 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) { in ShouldLoadAppImage()