/art/compiler/optimizing/ |
D | critical_native_abi_fixup_arm.cc | 78 !block->GetGraph()->IsDebuggable()); in FixUpArguments()
|
D | ssa_liveness_analysis_test.cc | 125 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F() 198 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
|
D | load_store_analysis_test.cc | 898 !graph_->IsDebuggable()); in TEST_F() 1008 !graph_->IsDebuggable()); in TEST_F() 1132 !graph_->IsDebuggable()); in TEST_F() 1413 !graph_->IsDebuggable()); in TEST_F() 1515 !graph_->IsDebuggable()); in TEST_F() 1627 !graph_->IsDebuggable()); in TEST_F() 1644 !graph_->IsDebuggable()); in TEST_F() 1814 !graph_->IsDebuggable()); in TEST_F() 1871 !graph_->IsDebuggable()); in TEST_F() 2029 !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 | instruction_builder.cc | 380 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in Build() 472 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildIntrinsic() 511 !graph_->IsDebuggable()); in BuildIntrinsic() 517 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildIntrinsic() 522 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildIntrinsic() 848 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildReturn() 857 if (graph_->IsDebuggable() && code_generator_->GetCompilerOptions().IsJitCompiler()) { in BuildReturn() 1064 !graph_->IsDebuggable()); in BuildInvoke() 1077 if (UNLIKELY(resolved_method->IsIntrinsic()) && !graph_->IsDebuggable()) { in BuildInvoke() 1129 !graph_->IsDebuggable()); in BuildInvoke() [all …]
|
D | inliner.cc | 140 } else if (graph_->IsDebuggable()) { in Run() 1325 !graph_->IsDebuggable()); in TryDevirtualize() 1532 !graph_->IsDebuggable()); in TryBuildAndInline() 2118 graph_->IsDebuggable(), in TryBuildAndInlineHelper()
|
D | code_sinking.cc | 451 if (graph_->IsDebuggable() || in SinkCodeToUncommonBranch()
|
D | ssa_builder.cc | 454 if (graph_->IsDebuggable()) { in RemoveRedundantUninitializedStrings()
|
D | loop_optimization.cc | 853 !graph_->IsDebuggable() && in TryOptimizeInnerLoopFinite() 2447 if (graph_->IsDebuggable() && phi->HasEquivalentPhi()) { in TrySetPhiInduction() 2676 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
|
D | optimizing_unit_test.h | 465 !graph_->IsDebuggable()); in MakeInvoke()
|
D | code_generator.cc | 397 GetGraph()->IsDebuggable()); in Compile() 1201 graph->IsDebuggable() || in NeedsVregInfo()
|
D | ssa_liveness_analysis.h | 1288 if (graph->IsDebuggable()) return true; in ShouldBeLiveForEnvironment()
|
D | instruction_simplifier.cc | 1771 if (GetGraph()->IsDebuggable()) { in VisitCondition() 2468 invoke->SetResolvedMethod(method, !codegen_->GetGraph()->IsDebuggable()); in SimplifySystemArrayCopy()
|
D | code_generator_arm64.cc | 1223 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodExitHook() 1233 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodEntryHook() 1512 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
|
D | intrinsics_arm_vixl.cc | 1737 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPToFPCallLocations() 1762 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPFPToFPCallLocations()
|
D | code_generator_arm_vixl.cc | 2149 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters() 2225 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodExitHook() 2235 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodEntryHook()
|
/art/runtime/ |
D | oat.h | 120 bool IsDebuggable() const;
|
D | oat_file.h | 191 bool IsDebuggable() const;
|
D | oat.cc | 421 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
|
D | stack_map.h | 490 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable() function
|
D | instrumentation.cc | 239 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in CodeSupportsEntryExitHooks() 472 if (CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr())) { in MethodSupportsExitEvents()
|
D | oat_file_manager.cc | 174 return kEnableAppImage && (!runtime->IsJavaDebuggableAtInit() || source_oat_file->IsDebuggable()); in ShouldLoadAppImage()
|
D | oat_file.cc | 2424 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile 2425 return GetOatHeader().IsDebuggable(); in IsDebuggable()
|
D | runtime.cc | 3144 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in IsAsyncDeoptimizeable()
|