Home
last modified time | relevance | path

Searched refs:IsDebuggable (Results 1 – 25 of 29) sorted by relevance

12

/art/compiler/optimizing/
Dcritical_native_abi_fixup_arm.cc78 !block->GetGraph()->IsDebuggable()); in FixUpArguments()
Dssa_liveness_analysis_test.cc125 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
198 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
Dload_store_analysis_test.cc898 !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()
Dssa_phi_elimination.cc53 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses()); in MarkDeadPhis()
Dsharpening.cc90 !codegen->GetGraph()->IsDebuggable() && in SharpenLoadMethod()
149 if (codegen->GetGraph()->IsDebuggable()) { in SharpenLoadMethod()
Dinstruction_builder.cc380 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 …]
Dinliner.cc140 } else if (graph_->IsDebuggable()) { in Run()
1325 !graph_->IsDebuggable()); in TryDevirtualize()
1532 !graph_->IsDebuggable()); in TryBuildAndInline()
2118 graph_->IsDebuggable(), in TryBuildAndInlineHelper()
Dcode_sinking.cc451 if (graph_->IsDebuggable() || in SinkCodeToUncommonBranch()
Dssa_builder.cc454 if (graph_->IsDebuggable()) { in RemoveRedundantUninitializedStrings()
Dloop_optimization.cc853 !graph_->IsDebuggable() && in TryOptimizeInnerLoopFinite()
2447 if (graph_->IsDebuggable() && phi->HasEquivalentPhi()) { in TrySetPhiInduction()
2676 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
Doptimizing_unit_test.h465 !graph_->IsDebuggable()); in MakeInvoke()
Dcode_generator.cc397 GetGraph()->IsDebuggable()); in Compile()
1201 graph->IsDebuggable() || in NeedsVregInfo()
Dssa_liveness_analysis.h1288 if (graph->IsDebuggable()) return true; in ShouldBeLiveForEnvironment()
Dinstruction_simplifier.cc1771 if (GetGraph()->IsDebuggable()) { in VisitCondition()
2468 invoke->SetResolvedMethod(method, !codegen_->GetGraph()->IsDebuggable()); in SimplifySystemArrayCopy()
Dcode_generator_arm64.cc1223 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodExitHook()
1233 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodEntryHook()
1512 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
Dintrinsics_arm_vixl.cc1737 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPToFPCallLocations()
1762 if (invoke->GetBlock()->GetGraph()->IsDebuggable()) { in CreateFPFPToFPCallLocations()
Dcode_generator_arm_vixl.cc2149 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/
Doat.h120 bool IsDebuggable() const;
Doat_file.h191 bool IsDebuggable() const;
Doat.cc421 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
Dstack_map.h490 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable() function
Dinstrumentation.cc239 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in CodeSupportsEntryExitHooks()
472 if (CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr())) { in MethodSupportsExitEvents()
Doat_file_manager.cc174 return kEnableAppImage && (!runtime->IsJavaDebuggableAtInit() || source_oat_file->IsDebuggable()); in ShouldLoadAppImage()
Doat_file.cc2424 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
2425 return GetOatHeader().IsDebuggable(); in IsDebuggable()
Druntime.cc3144 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in IsAsyncDeoptimizeable()

12