Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc425 (user->IsSuspendCheck() && graph_->IsCompilingOsr())) { in SinkCodeToUncommonBranch()
Dblock_builder.cc458 if (graph_->IsCompilingOsr()) { in Build()
Dssa_builder.cc592 if (graph_->IsCompilingOsr() && HasPhiEquivalentAtLoopEntry(graph_)) { in BuildSsa()
Dinliner.cc363 if (outermost_graph_->IsCompilingOsr()) { in FindMethodFromCHA()
557 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
1200 if (outermost_graph_->IsCompilingOsr()) { in TryInlinePolymorphicCallToSameTarget()
Dcode_generator.cc1070 if (GetGraph()->IsCompilingOsr()) { in CodeGenerator()
1105 if (graph.IsCompilingOsr()) { in CheckCovers()
1267 graph_->IsCompilingOsr() && in RecordPcInfo()
Dbounds_check_elimination.cc553 if (!GetGraph()->IsCompilingOsr()) { in VisitBasicBlock()
1673 if (GetGraph()->IsCompilingOsr()) { in DynamicBCESeemsProfitable()
Dssa_liveness_analysis.h1290 if (env_holder->IsSuspendCheck() && graph->IsCompilingOsr()) return true; in ShouldBeLiveForEnvironment()
Dgraph_checker.cc306 if (GetGraph()->IsCompilingOsr()) { in VisitDeoptimize()
Dload_store_elimination.cc1317 return perform_partial_lse_ && !GetGraph()->IsCompilingOsr(); in ShouldPerformPartialLSE()
1647 bool is_osr = GetGraph()->IsCompilingOsr(); in PrepareLoopRecords()
Dnodes.cc1020 if (!is_irreducible_loop && graph->IsCompilingOsr()) { in Populate()
Dcode_generator_x86_64.cc2671 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2681 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_x86.cc2522 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2531 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dnodes.h671 bool IsCompilingOsr() const { return compilation_kind_ == CompilationKind::kOsr; } in IsCompilingOsr() function
Dcode_generator_arm64.cc6089 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_arm_vixl.cc3399 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()