Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc125 EXPECT_FALSE(graph_->IsDebuggable()); in TEST_F()
198 EXPECT_FALSE(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()
Dload_store_analysis_test.cc768 !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()
Dinstruction_builder.cc381 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 …]
Dintrinsics.cc227 DCHECK(!invoke->GetBlock()->GetGraph()->IsDebuggable()) in InsertFpToIntegralIntrinsic()
Dinliner.cc141 } else if (graph_->IsDebuggable()) { in Run()
1389 !graph_->IsDebuggable()); in TryDevirtualize()
1606 !graph_->IsDebuggable()); in TryBuildAndInline()
2219 graph_->IsDebuggable(), in TryBuildAndInlineHelper()
Dstack_map_stream.cc418 CHECK_EQ(CodeInfo::IsDebuggable(buffer.data()), debuggable_); in Encode()
Dcode_sinking.cc454 if (graph_->IsDebuggable() || in SinkCodeToUncommonBranch()
Dssa_builder.cc454 if (graph_->IsDebuggable()) { in RemoveRedundantUninitializedStrings()
Doptimizing_unit_test.h462 !graph_->IsDebuggable()); in MakeInvoke()
Dcode_generator.cc318 GetGraph()->IsDebuggable(), in Compile()
1124 graph->IsDebuggable() || in NeedsVregInfo()
Dloop_optimization.cc937 graph_->IsDebuggable()) { in TryOptimizeInnerLoopFinite()
2867 if (graph_->IsDebuggable() && phi->HasEquivalentPhi()) { in TrySetPhiInduction()
3096 if (i->HasEnvironmentUses() && graph_->IsDebuggable()) { in CanRemoveCycle()
Dssa_liveness_analysis.h1285 if (graph->IsDebuggable()) return true; in ShouldBeLiveForEnvironment()
Dinstruction_simplifier.cc1845 if (GetGraph()->IsDebuggable()) { in VisitCondition()
2633 invoke->SetResolvedMethod(method, !codegen_->GetGraph()->IsDebuggable()); in SimplifySystemArrayCopy()
Dcode_generator_arm64.cc1278 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodExitHook()
1288 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodEntryHook()
1592 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
Dcode_generator_riscv64.cc4597 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodEntryHook()
4610 DCHECK(codegen_->GetCompilerOptions().IsJitCompiler() && GetGraph()->IsDebuggable()); in VisitMethodExitHook()
6303 if (GetGraph()->IsDebuggable()) { in SetupBlockedRegisters()
Dload_store_elimination.cc2905 if (graph_->IsDebuggable()) { in Run()
/art/runtime/oat/
Doat.h120 bool IsDebuggable() const;
Doat.cc421 bool OatHeader::IsDebuggable() const { in IsDebuggable() function in art::OatHeader
Doat_file.h200 bool IsDebuggable() const;
Dstack_map.h514 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable() function
Doat_file.cc2446 bool OatFile::IsDebuggable() const { in IsDebuggable() function in art::OatFile
2447 return GetOatHeader().IsDebuggable(); in IsDebuggable()
/art/runtime/
Dinstrumentation.cc239 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in CodeSupportsEntryExitHooks()
475 if (CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr())) { in MethodSupportsExitEvents()
Druntime.cc3072 return CodeInfo::IsDebuggable(header->GetOptimizedCodeInfoPtr()); in IsAsyncDeoptimizeable()

12