Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc445 if (graph_->IsCompilingOsr()) { in Build()
Dcode_sinking.cc457 (user->IsSuspendCheck() && graph_->IsCompilingOsr())) { in SinkCodeToUncommonBranch()
Dssa_builder.cc591 if (graph_->IsCompilingOsr() && HasPhiEquivalentAtLoopEntry(graph_)) { in BuildSsa()
Dcode_generator.cc1009 if (GetGraph()->IsCompilingOsr()) { in CodeGenerator()
1044 if (graph.IsCompilingOsr()) { in CheckCovers()
1206 graph_->IsCompilingOsr() && in RecordPcInfo()
Dinliner.cc374 if (outermost_graph_->IsCompilingOsr()) { in FindMethodFromCHA()
624 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
1296 if (outermost_graph_->IsCompilingOsr()) { in TryInlinePolymorphicCallToSameTarget()
Dbounds_check_elimination.cc553 if (!GetGraph()->IsCompilingOsr()) { in VisitBasicBlock()
1685 if (GetGraph()->IsCompilingOsr()) { in DynamicBCESeemsProfitable()
Dssa_liveness_analysis.h1288 if (env_holder->IsSuspendCheck() && graph->IsCompilingOsr()) return true; in ShouldBeLiveForEnvironment()
Dgraph_checker.cc436 if (GetGraph()->IsCompilingOsr()) { in VisitDeoptimize()
Dload_store_elimination.cc1515 bool is_osr = GetGraph()->IsCompilingOsr(); in PrepareLoopRecords()
Dnodes.cc903 if (!is_irreducible_loop && graph->IsCompilingOsr()) { in Populate()
Dnodes.h678 bool IsCompilingOsr() const { return compilation_kind_ == CompilationKind::kOsr; } in IsCompilingOsr() function
692 return !IsDebuggable() && !IsCompilingOsr(); in SuspendChecksAreAllowedToNoOp()
Dcode_generator_x86_64.cc2922 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2932 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_x86.cc2723 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
2732 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_arm64.cc6337 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_riscv64.cc4979 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()
Dcode_generator_arm_vixl.cc3586 if (GetGraph()->IsCompilingOsr()) { in VisitReturn()