Searched full:isdynamicmethod (Results 1 – 10 of 10) sorted by relevance
120 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()…
127 ASSERT(GetGraph()->IsDynamicMethod()); in TryFillInstIdTypePair()
87 ASSERT(GetGraph()->IsDynamicMethod()); in CheckMethodLimitations()
25 ASSERT(inst->GetBasicBlock()->GetGraph()->IsDynamicMethod()); in AccReadIndex()
70 ASSERT(graph->IsDynamicMethod()); in RunOptimizations()246 if (graph->IsDynamicMethod()) { in DebugInfoPropagate()
26 if (!enc->GetGraph()->IsDynamicMethod()) {
122 if (inst1->GetBasicBlock()->GetGraph()->IsDynamicMethod() && in CheckCommonTypes()
84 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()
893 bool IsDynamicMethod() const in IsDynamicMethod() function895 return mode_.IsDynamicMethod(); in IsDynamicMethod()
83 ASSERT(!graph->SupportManagedCode() || graph->IsDynamicMethod()); in LowerIf()