Home
last modified time | relevance | path

Searched full:isdynamicmethod (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml120 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {
135 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {
144 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {
156 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {
222 …if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod() && GetGraph()->GetRuntime()…
Dinst_builder.h127 ASSERT(GetGraph()->IsDynamicMethod()); in TryFillInstIdTypePair()
Dir_builder.cpp87 ASSERT(GetGraph()->IsDynamicMethod()); in CheckMethodLimitations()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.cpp25 ASSERT(inst->GetBasicBlock()->GetGraph()->IsDynamicMethod()); in AccReadIndex()
Doptimize_bytecode.cpp70 ASSERT(graph->IsDynamicMethod()); in RunOptimizations()
246 if (graph->IsDynamicMethod()) { in DebugInfoPropagate()
/arkcompiler/runtime_core/bytecode_optimizer/templates/
Dcodegen_intrinsics.cpp.erb26 if (!enc->GetGraph()->IsDynamicMethod()) {
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h122 if (inst1->GetBasicBlock()->GetGraph()->IsDynamicMethod() && in CheckCommonTypes()
Dgraph_checker.cpp84 if (!GetGraph()->IsDynamicMethod()) { in Check()
146 if (!GetGraph()->IsLowLevelInstructionsEnabled() && !GetGraph()->IsDynamicMethod()) { in CheckBlock()
229 … (block->GetGraph()->IsDynamicMethod() && user_input_type == DataType::ANY), in CheckDataFlow()
311 ASSERT_DO(GetGraph()->IsDynamicMethod() || inst->GetType() != DataType::ANY, in CheckGraph()
823 …(static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod() && op1->GetType() == DataType::ANY), in VisitIfImm()
Dgraph.h893 bool IsDynamicMethod() const in IsDynamicMethod() function
895 return mode_.IsDynamicMethod(); in IsDynamicMethod()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp83 ASSERT(!graph->SupportManagedCode() || graph->IsDynamicMethod()); in LowerIf()