Home
last modified time | relevance | path

Searched refs:IsAotMode (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpipeline.cpp200 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 Dinst_builder-inl.h30 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 Dinst_builder.cpp172 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 Dets_intrinsics_peephole.cpp45 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 Dets_codegen_extensions.cpp71 ASSERT(!GetGraph()->IsAotMode()); in LaunchCallCodegen()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc.cpp31 if (graph->GetArch() == Arch::AARCH32 || !graph->IsAotMode() || !g_options.IsCompilerAotRa()) { in IsGraphColoringEnable()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp385 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 Dslow_path.cpp75 ASSERT(!codegen->GetGraph()->IsAotMode()); in GenerateInitializeClass()
199 ASSERT(graph->IsAotMode()); in GenerateImpl()
H A Ddisassembly.cpp128 if (graph->IsAotMode()) { in PrintMethodEntry()
H A Dencode_visitor.cpp121 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 Dcodegen-inl.h166 if (GetGraph()->IsAotMode()) { in CallRuntimeWithMethod()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinline_intrinsics.cpp57 bool isReplaceOnDeopt = !GetGraph()->IsAotMode() && !GetGraph()->IsOsrMode(); in RunImpl()
H A Dinlining.cpp155 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 Doptimize_string_concat.cpp52 if (GetGraph()->IsAotMode()) { in RunImpl()
H A Dtry_catch_resolving.cpp55 if (!g_options.IsCompilerNonOptimizing() && !GetGraph()->IsAotMode()) { in RunImpl()
H A Dcleanup.cpp31 if (!GetGraph()->IsBytecodeOptimizer() && !GetGraph()->IsAotMode() && bb->IsCatchBegin()) { in CanBeMerged()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dcodegen_intrinsics_ets.cpp128 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 Dpaoc.h100 bool IsAotMode() in IsAotMode() function in ark::ark::paoc::Paoc::LLVMCompilerStatus
H A Dpaoc.cpp348 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 Dgraph.h350 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 Dinst.cpp918 auto customDeoptimize = graph->IsAotMode() || graph->GetRuntime()->GetMethodProfile(graph->GetMethod(), true) != in GetDeoptimizeType()
H A Dgraph_checker.cpp2809 static_cast<GraphChecker *>(v)->GetGraph()->IsAotMode()); in CheckUserOfInt32()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.h289 bool IsAotMode() const in IsAotMode() function
296 return IsAotMode() || GetMode().IsInterpreter(); in IsOfflineCompilationMode()

Completed in 35 milliseconds