Searched refs:IsDebuggable (Results 1 - 21 of 21) sorted by relevance

/art/runtime/
H A Doat.h117 bool IsDebuggable() const;
H A Doat_file.h137 bool IsDebuggable() const;
H A Doat.cc488 bool OatHeader::IsDebuggable() const { function in class:art::OatHeader
H A Doat_file_manager.cc532 if (kEnableAppImage && (!runtime->IsJavaDebuggable() || source_oat_file->IsDebuggable())) {
H A Doat_file.cc1946 bool OatFile::IsDebuggable() const { function in class:art::OatFile
1947 return GetOatHeader().IsDebuggable();
/art/compiler/optimizing/
H A Dsharpening.cc113 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) {
134 if (codegen->GetGraph()->IsDebuggable()) {
H A Dssa_liveness_analysis_test.cc132 EXPECT_FALSE(graph_->IsDebuggable());
205 EXPECT_FALSE(graph_->IsDebuggable());
H A Dssa_phi_elimination.cc52 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses());
H A Dcode_sinking.cc350 if (graph_->IsDebuggable() ||
H A Dssa_builder.cc444 if (graph_->IsDebuggable()) {
H A Dload_store_elimination.cc952 if (graph_->IsDebuggable() || graph_->HasTryCatch()) {
H A Dinliner.cc128 if (graph_->IsDebuggable()) {
1756 graph_->IsDebuggable(),
H A Dloop_optimization.cc2183 if (graph_->IsDebuggable() && phi->HasEquivalentPhi()) {
2410 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) {
H A Dssa_liveness_analysis.h1269 if (instruction->GetBlock()->GetGraph()->IsDebuggable()) return true;
H A Dintrinsics_arm_vixl.cc2605 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) {
2630 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) {
H A Dinstruction_simplifier.cc1577 if (GetGraph()->IsDebuggable()) {
H A Dcode_generator_arm64.cc1632 if (GetGraph()->IsDebuggable()) {
H A Dnodes.h525 bool IsDebuggable() const { return debuggable_; } function in class:art::HGraph
H A Dcode_generator_arm_vixl.cc2444 if (GetGraph()->IsDebuggable()) {
H A Dcode_generator_mips64.cc1699 if (GetGraph()->IsDebuggable()) {
H A Dcode_generator_mips.cc1839 if (GetGraph()->IsDebuggable()) {

Completed in 322 milliseconds