Home
last modified time | relevance | path

Searched refs:GetCurrentMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp277 test->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in CreateNewTestInst()
283 test->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in CreateNewTestInst()
341 overflowCompare->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in FixCompareInst()
346 andInst->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in FixCompareInst()
Dlowering.cpp380 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in VisitLoadFromConstantPool()
433 xorInst->SetCurrentMethod(inst->GetCurrentMethod()); in VisitCompare()
830 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in LowerOperationWithShiftedOperand()
990 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in LowerConstArrayIndex()
1076 retImm->SetCurrentMethod(ret->GetCurrentMethod()); in LowerReturnInst()
1156 replace->SetCurrentMethod(inst->GetCurrentMethod()); in JoinFcmpInst()
1266 replace->SetCurrentMethod(inst->GetCurrentMethod()); in LowerIfImmToIf()
1308 deoptCmp->SetCurrentMethod(inst->GetCurrentMethod()); in LowerToDeoptimizeCompare()
Dpeepholes.cpp1729 newInst->SetCurrentMethod(currInst->GetCurrentMethod()); in CreateAndInsertInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp407 clone->SetCurrentMethod(GetCurrentMethod()); in Clone()
Dgraph.h995 new_inst->SetCurrentMethod(inst->GetCurrentMethod()); \
Ddump.cpp1036 auto currentMethod = GetCurrentMethod(); in DumpSourceLine()
Dinst.h1767 RuntimeInterface::MethodPtr GetCurrentMethod() const in GetCurrentMethod() function