/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 125 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F() 198 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
|
D | ssa_phi_elimination.cc | 53 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses()); in MarkDeadPhis()
|
D | sharpening.cc | 90 !codegen->GetGraph()->IsDebuggable() && in SharpenLoadMethod() 149 if (codegen->GetGraph()->IsDebuggable()) { in SharpenLoadMethod()
|
D | load_store_analysis_test.cc | 768 !graph_->IsDebuggable()); in TEST_F() 785 !graph_->IsDebuggable()); in TEST_F() 955 !graph_->IsDebuggable()); in TEST_F() 1012 !graph_->IsDebuggable()); in TEST_F() 1170 !graph_->IsDebuggable()); in TEST_F()
|
D | instruction_builder.cc | 381 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in Build() 473 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildIntrinsic() 512 !graph_->IsDebuggable()); in BuildIntrinsic() 518 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildIntrinsic() 523 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildIntrinsic() 857 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildReturn() 866 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildReturn() 1073 !graph_->IsDebuggable()); in BuildInvoke() 1086 if (UNLIKELY(resolved_method->IsIntrinsic()) && !graph_->IsDebuggable()) { in BuildInvoke() 1138 !graph_->IsDebuggable()); in BuildInvoke() [all …]
|
D | intrinsics.cc | 227 DCHECK(!invoke->GetBlock()->GetGraph()->IsDebuggable()) in InsertFpToIntegralIntrinsic()
|
D | inliner.cc | 141 } else if (graph_->IsDebuggable()) { in Run() 1389 !graph_->IsDebuggable()); in TryDevirtualize() 1606 !graph_->IsDebuggable()); in TryBuildAndInline() 2219 graph_->IsDebuggable(), in TryBuildAndInlineHelper()
|
D | stack_map_stream.cc | 418 CHECK_EQ(CodeInfo::IsDebuggable(buffer.data()), debuggable_); in Encode()
|
D | code_sinking.cc | 454 if (graph_->IsDebuggable() || in SinkCodeToUncommonBranch()
|
D | ssa_builder.cc | 454 if (graph_->IsDebuggable()) { in RemoveRedundantUninitializedStrings()
|
D | optimizing_unit_test.h | 462 !graph_->IsDebuggable()); in MakeInvoke()
|
D | code_generator.cc | 318 GetGraph()->IsDebuggable(), in Compile() 1124 graph->IsDebuggable() || in NeedsVregInfo()
|
D | loop_optimization.cc | 937 graph_->IsDebuggable()) { in TryOptimizeInnerLoopFinite() 2867 if (graph_->IsDebuggable() && phi->HasEquivalentPhi()) { in TrySetPhiInduction() 3096 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
|
D | ssa_liveness_analysis.h | 1285 if (graph->IsDebuggable()) return true; in ShouldBeLiveForEnvironment()
|
D | instruction_simplifier.cc | 1845 if (GetGraph()->IsDebuggable()) { in VisitCondition() 2633 invoke->SetResolvedMethod(method, !codegen_->GetGraph()->IsDebuggable()); in SimplifySystemArrayCopy()
|
D | code_generator_arm64.cc | 1278 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodExitHook() 1288 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodEntryHook() 1592 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
|
D | code_generator_riscv64.cc | 4597 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodEntryHook() 4610 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodExitHook() 6303 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
|
D | load_store_elimination.cc | 2905 if (graph_->IsDebuggable()) { in Run()
|
/art/runtime/oat/ |
D | oat.h | 120 bool IsDebuggable() const;
|
D | oat.cc | 421 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
|
D | oat_file.h | 200 bool IsDebuggable() const;
|
D | stack_map.h | 514 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable() function
|
D | oat_file.cc | 2446 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile 2447 return GetOatHeader().IsDebuggable(); in IsDebuggable()
|
/art/runtime/ |
D | instrumentation.cc | 239 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in CodeSupportsEntryExitHooks() 475 if (CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr())) { in MethodSupportsExitEvents()
|
D | runtime.cc | 3072 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in IsAsyncDeoptimizeable()
|