Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_sinking.cc354 (user->IsSuspendCheck() && graph_->IsCompilingOsr())) { in SinkCodeToUncommonBranch()
Dblock_builder.cc458 if (graph_->IsCompilingOsr()) { in Build()
Dssa_builder.cc592 if (graph_->IsCompilingOsr() && HasPhiEquivalentAtLoopEntry(graph_)) { in BuildSsa()
Dcode_generator.cc1045 if (GetGraph()->IsCompilingOsr()) { in CodeGenerator()
1075 if (graph.IsCompilingOsr()) { in CheckCovers()
1239 graph_->IsCompilingOsr() && in RecordPcInfo()
Dinliner.cc389 if (outermost_graph_->IsCompilingOsr()) { in TryCHADevirtualization()
602 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
1274 if (outermost_graph_->IsCompilingOsr()) { in TryInlinePolymorphicCallToSameTarget()
Dbounds_check_elimination.cc553 if (!GetGraph()->IsCompilingOsr()) { in VisitBasicBlock()
1663 if (GetGraph()->IsCompilingOsr()) { in DynamicBCESeemsProfitable()
Dgraph_checker.cc306 if (GetGraph()->IsCompilingOsr()) { in VisitDeoptimize()
Dssa_liveness_analysis.h1290 if (env_holder->IsSuspendCheck() && graph->IsCompilingOsr()) return true; in ShouldBeLiveForEnvironment()
Dnodes.cc845 if (!is_irreducible_loop && graph->IsCompilingOsr()) { in Populate()
Dcode_generator_x86_64.cc2446 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2456 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_x86.cc2275 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2284 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dnodes.h647 bool IsCompilingOsr() const { return compilation_kind_ == CompilationKind::kOsr; } in IsCompilingOsr() function
Dcode_generator_arm64.cc5808 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_arm_vixl.cc3322 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()