Home
last modified time | relevance | path

Searched refs:IsCompilingOsr (Results 1 – 15 of 15) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dcode_sinking.cc355 (user->IsSuspendCheck() && graph_->IsCompilingOsr())) { in SinkCodeToUncommonBranch()
H A Dblock_builder.cc458 if (graph_->IsCompilingOsr()) { in Build()
H A Dcode_generator.cc1067 if (GetGraph()->IsCompilingOsr()) { in CodeGenerator()
1097 if (graph.IsCompilingOsr()) { in CheckCovers()
1261 graph_->IsCompilingOsr() && in RecordPcInfo()
H A Dinliner.cc358 if (outermost_graph_->IsCompilingOsr()) { in FindMethodFromCHA()
549 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
1164 if (outermost_graph_->IsCompilingOsr()) { in TryInlinePolymorphicCallToSameTarget()
H A Dssa_builder.cc592 if (graph_->IsCompilingOsr() && HasPhiEquivalentAtLoopEntry(graph_)) { in BuildSsa()
H A Dbounds_check_elimination.cc553 if (!GetGraph()->IsCompilingOsr()) { in VisitBasicBlock()
1663 if (GetGraph()->IsCompilingOsr()) { in DynamicBCESeemsProfitable()
H A Dgraph_checker.cc306 if (GetGraph()->IsCompilingOsr()) { in VisitDeoptimize()
H A Dssa_liveness_analysis.h1290 if (env_holder->IsSuspendCheck() && graph->IsCompilingOsr()) return true; in ShouldBeLiveForEnvironment()
H A Dload_store_elimination.cc1231 return perform_partial_lse_ && !GetGraph()->IsCompilingOsr(); in ShouldPerformPartialLSE()
1556 bool is_osr = GetGraph()->IsCompilingOsr(); in PrepareLoopRecords()
H A Dnodes.cc1019 if (!is_irreducible_loop && graph->IsCompilingOsr()) { in Populate()
H A Dcode_generator_x86_64.cc2519 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2529 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
H A Dcode_generator_x86.cc2441 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2450 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
H A Dnodes.h668 bool IsCompilingOsr() const { return compilation_kind_ == CompilationKind::kOsr; } in IsCompilingOsr() function
H A Dcode_generator_arm64.cc6022 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
H A Dcode_generator_arm_vixl.cc3351 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()