/arkcompiler/runtime_core/static_core/compiler/optimizer/ |
H A D | pipeline.cpp | 200 if (graph->IsAotMode()) { in RunOptimizations() 225 if (graph->IsAotMode()) { in RunOptimizations() 246 if (graph->IsAotMode()) { in RunOptimizations()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder-inl.h | 30 if (GetGraph()->IsAotMode()) { in GetClassId() 169 Builder()->ForceUnresolved() || (OPCODE == Opcode::CallLaunchStatic && GetGraph()->IsAotMode())) { in BuildCallStaticInst() 176 if (!GetGraph()->IsAotMode() && !GetGraph()->IsBytecodeOptimizer()) { in BuildCallStaticInst() 211 if (!GetGraph()->IsAotMode() && !GetGraph()->IsBytecodeOptimizer()) { in BuildCallVirtualInst() 711 auto field = runtime->ResolveField(GetMethod(), fieldId, !GetGraph()->IsAotMode(), nullptr); in BuildLoadObject() 721 if (!GetGraph()->IsAotMode() && !GetGraph()->IsBytecodeOptimizer()) { in BuildLoadObject() 765 if (!GetGraph()->IsAotMode() && !GetGraph()->IsBytecodeOptimizer()) { in BuildStoreObjectInst() 799 auto field = runtime->ResolveField(GetMethod(), fieldId, !GetGraph()->IsAotMode(), nullptr); in BuildStoreObject() 834 auto field = GetRuntime()->ResolveField(GetMethod(), typeId, !GetGraph()->IsAotMode(), &classId); in BuildLoadStaticInst() 841 if (!GetGraph()->IsAotMode() in BuildLoadStaticInst() [all...] |
H A D | inst_builder.cpp | 172 methodProfile_ = GetRuntime()->GetMethodProfile(GetMethod(), !GetGraph()->IsAotMode()); in Prepare() 595 if (!GetGraph()->IsAotMode() && !GetGraph()->IsBytecodeOptimizer()) { in CreateLoadAndInitClassGeneric()
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
H A D | ets_intrinsics_peephole.cpp | 45 if (intrinsic->GetBasicBlock()->GetGraph()->IsAotMode()) { in ReplaceTypeofWithIsInstance() 238 auto rawField = runtime->ResolveField(method, fieldId, !graph->IsAotMode(), nullptr); in PeepholeLdObjByName() 260 auto rawField = runtime->ResolveField(method, fieldId, !graph->IsAotMode(), nullptr); in PeepholeStObjByName() 341 if (!graph->IsAotMode() && (cachePtr = graph->GetRuntime()->GetDoubleToStringCache()) != nullptr) { in PeepholeDoubleToString()
|
H A D | ets_codegen_extensions.cpp | 71 ASSERT(!GetGraph()->IsAotMode()); in LaunchCallCodegen()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
H A D | reg_alloc.cpp | 31 if (graph->GetArch() == Arch::AARCH32 || !graph->IsAotMode() || !g_options.IsCompilerAotRa()) { in IsGraphColoringEnable()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | codegen.cpp | 385 if (GetGraph()->IsAotMode()) { in BeginMethod() 428 if (GetGraph()->IsAotMode()) { in MakeTrace() 929 auto method = GetGraph()->IsAotMode() ? nullptr : callInst->GetCallMethod(); in CreateStackMapRec() 1075 if (GetGraph()->IsAotMode()) { in CallIntrinsic() 1405 if (GetGraph()->IsAotMode()) { in CreateCallIntrinsic() 1536 if (GetGraph()->IsAotMode()) { in EmitResolveUnknownVirtual() 1607 if (GetGraph()->IsAotMode()) { in EmitResolveVirtual() 1636 if (!GetGraph()->IsAotMode()) { in EmitCallResolvedVirtual() 1661 if (!GetGraph()->IsAotMode()) { in EmitCallVirtual() 1708 if (GetGraph()->IsAotMode()) { in EmitResolveStatic() [all...] |
H A D | slow_path.cpp | 75 ASSERT(!codegen->GetGraph()->IsAotMode()); in GenerateInitializeClass() 199 ASSERT(graph->IsAotMode()); in GenerateImpl()
|
H A D | disassembly.cpp | 128 if (graph->IsAotMode()) { in PrintMethodEntry()
|
H A D | encode_visitor.cpp | 121 if (enc->cg_->GetGraph()->IsAotMode()) { \ 180 if (enc->cg_->GetGraph()->IsAotMode()) { in VisitMod() 274 if (enc->cg_->GetGraph()->IsAotMode()) { in VisitCast() 459 if (!enc->cg_->GetGraph()->IsAotMode()) { in VisitReturnInlined() 495 if (enc->cg_->GetGraph()->IsAotMode()) { in VisitFillConstArray() 854 if (graph->IsAotMode() && g_options.IsCompilerAotLoadStringPlt() && !isCctor) { in VisitLoadString() 873 if (!graph->IsAotMode()) { in VisitLoadString() 920 if (graph->IsAotMode()) { in VisitResolveObjectField() 1095 if (graph->IsAotMode()) { in VisitInitClass() 1134 if (graph->IsAotMode()) { in VisitLoadClass() [all...] |
H A D | codegen-inl.h | 166 if (GetGraph()->IsAotMode()) { in CallRuntimeWithMethod()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | inline_intrinsics.cpp | 57 bool isReplaceOnDeopt = !GetGraph()->IsAotMode() && !GetGraph()->IsOsrMode(); in RunImpl()
|
H A D | inlining.cpp | 155 if (GetGraph()->IsAotMode()) { in Do() 301 if (GetGraph()->IsAotMode()) { in TryInlineWithInlineCaches() 1013 if (GetGraph()->IsAotMode()) { in DoInline() 1295 || !GetGraph()->IsAotMode(); in CheckTooBigMethodCanBeInlined() 1339 ASSERT(!GetGraph()->IsAotMode()); in CheckMethodCanBeInlined() 1575 !GetGraph()->IsAotMode()) { in ResolveTarget()
|
H A D | optimize_string_concat.cpp | 52 if (GetGraph()->IsAotMode()) { in RunImpl()
|
H A D | try_catch_resolving.cpp | 55 if (!g_options.IsCompilerNonOptimizing() && !GetGraph()->IsAotMode()) { in RunImpl()
|
H A D | cleanup.cpp | 31 if (!GetGraph()->IsBytecodeOptimizer() && !GetGraph()->IsAotMode() && bb->IsCatchBegin()) { in CanBeMerged()
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
H A D | codegen_intrinsics_ets.cpp | 128 if (cg->GetGraph()->IsAotMode()) { in GenerateSbAppendCall() 399 if (GetGraph()->IsAotMode()) { in CreateStringBuilderToString() 480 if (GetGraph()->IsAotMode()) { in CreateStringGetBytesTlab()
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
H A D | paoc.h | 100 bool IsAotMode() in IsAotMode() function in ark::ark::paoc::Paoc::LLVMCompilerStatus
|
H A D | paoc.cpp | 348 if (IsAotMode()) { in Run() 418 ASSERT(IsAotMode()); in StartAotFile() 453 if (IsAotMode()) { in TryLoadPandaFile() 461 if (IsAotMode()) { in TryLoadPandaFile() 597 if (IsAotMode()) { in Compile() 623 if (IsAotMode()) { in Compile() 793 ASSERT(IsAotMode()); in CompileAot()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph.h | 350 bool IsAotMode() const in IsAotMode() function 362 return IsAotMode() || GetMode().IsInterpreter() || GetMode().IsFastPath() || GetMode().IsInterpreterEntry(); in IsOfflineCompilationMode() 1131 return !IsAotMode() && !IsBytecodeOptimizer() && SupportManagedCode(); in IsJitOrOsrMode() 1317 return (IsJitOrOsrMode() || IsAotMode() || GetMode().IsInterpreter() || GetMode().IsInterpreterEntry()) && in SupportsIrtocBarriers()
|
H A D | inst.cpp | 918 auto customDeoptimize = graph->IsAotMode() || graph->GetRuntime()->GetMethodProfile(graph->GetMethod(), true) != in GetDeoptimizeType()
|
H A D | graph_checker.cpp | 2809 static_cast<GraphChecker *>(v)->GetGraph()->IsAotMode()); in CheckUserOfInt32()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph.h | 289 bool IsAotMode() const in IsAotMode() function 296 return IsAotMode() || GetMode().IsInterpreter(); in IsOfflineCompilationMode()
|