Searched full:isdynamicmethod (Results 1 – 21 of 21) sorted by relevance
254 if (GetGraph()->IsDynamicMethod()) { in EncodeSpillFillData()288 if (enc->GetGraph()->IsDynamicMethod()) { in VisitConstant()300 if (enc->GetGraph()->IsDynamicMethod()) { in VisitConstant()308 if (enc->GetGraph()->IsDynamicMethod()) { in VisitConstant()322 if (enc->GetGraph()->IsDynamicMethod()) { in VisitConstant()330 if (enc->GetGraph()->IsDynamicMethod()) { in VisitConstant()370 if (enc->GetGraph()->IsDynamicMethod()) { in VisitIf()486 ASSERT(enc->GetGraph()->IsDynamicMethod()); in IfImmZero()526 if (enc->GetGraph()->IsDynamicMethod()) { in VisitLoadString()535 if (enc->GetGraph()->IsDynamicMethod()) { in VisitLoadString()[all …]
38 ASSERT(inst->GetBasicBlock()->GetGraph()->IsDynamicMethod()); in AccReadIndex()
70 ASSERT(graph->IsDynamicMethod()); in RunOptimizations()246 if (graph->IsDynamicMethod()) { in DebugInfoPropagate()
235 if (!GetGraph()->IsDynamicMethod()) { in RunImpl()
71 ASSERT(!IsDynamicMethod()); in IterateRegsForCFrameStatic()105 ASSERT(IsDynamicMethod()); in IterateRegsForCFrameDynamic()173 if (IsDynamicMethod()) { in IterateRegs()
205 bool IsDynamicMethod() const;
122 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {139 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {148 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {160 if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod()) {226 …if (GetGraph()->IsBytecodeOptimizer() && GetGraph()->IsDynamicMethod() && GetGraph()->GetRuntime()…
72 if (GetGraph()->IsDynamicMethod()) { in BuildLoadFromPool()
133 ASSERT(GetGraph()->IsDynamicMethod()); in TryFillInstIdTypePair()
87 ASSERT(GetGraph()->IsDynamicMethod()); in CheckMethodLimitations()
60 if (GetGraph()->IsDynamicMethod()) { in GeneratePrologue()84 if (GetGraph()->IsDynamicMethod()) { in GenerateEpilogue()
159 if (graph_->IsDynamicMethod() && const_inst->GetType() == DataType::INT64) { in EncodeImmToX()
374 if (GetGraph()->IsDynamicMethod()) { in GeneratePrologue()404 if (GetGraph()->IsDynamicMethod()) { in GenerateEpilogue()2647 if (enc->cg_->GetGraph()->IsDynamicMethod() && type == DataType::INT64) { in VisitConstant()2982 …if (codegen->GetGraph()->GetMode().SupportManagedCode() && codegen->GetGraph()->IsDynamicMethod() … in VisitParameter()
26 if (!enc->GetGraph()->IsDynamicMethod()) {
297 if (IsDynamicMethod()) { in SetVRegValue()554 if (IsDynamicMethod()) { in ConvertToIFrame()608 bool StackWalker::IsDynamicMethod() const in IsDynamicMethod() function in panda::StackWalker622 ASSERT(IsDynamicMethod()); in Verify()647 if (IsDynamicMethod()) { in Verify()753 os << (IsDynamicMethod() ? "[dynamic function]" : GetMethod()->GetFullName()); in DumpFrame()
92 if (graph->IsDynamicMethod()) { in RunOptimizations()
84 if (!GetGraph()->IsDynamicMethod()) { in Check()146 if (!GetGraph()->IsLowLevelInstructionsEnabled() && !GetGraph()->IsDynamicMethod()) { in CheckBlock()240 … (block->GetGraph()->IsDynamicMethod() && user_input_type == DataType::ANY), in CheckDataFlow()406 ASSERT_DO(GetGraph()->IsDynamicMethod() || inst->GetType() != DataType::ANY, in CheckDataFlow()1445 … [[maybe_unused]] auto is_dynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckDataFlow()1731 ASSERT_DO(static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(), in CheckDataFlow()1877 … [[maybe_unused]] bool is_dynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckDataFlow()1992 …(static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod() && op1->GetType() == DataType::ANY), in CheckDataFlow()2035 ASSERT_DO(static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(), in CheckDataFlow()2041 ASSERT_DO(static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(), in CheckDataFlow()[all …]
946 bool IsDynamicMethod() const in IsDynamicMethod() function948 return mode_.IsDynamicMethod(); in IsDynamicMethod()
232 if (inst1->GetBasicBlock()->GetGraph()->IsDynamicMethod() && in CheckCommonTypes()
594 if (GetBasicBlock()->GetGraph()->IsDynamicMethod() && IsConst()) { in IsAccWrite()
104 ASSERT(!graph->SupportManagedCode() || graph->IsDynamicMethod()); in LowerIf()