Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp285 test->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in CreateNewTestInst()
291 test->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in CreateNewTestInst()
349 overflowCompare->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in FixCompareInst()
354 andInst->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in FixCompareInst()
Dlowering.cpp522 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in VisitLoadFromConstantPool()
575 xorInst->SetCurrentMethod(inst->GetCurrentMethod()); in VisitCompare()
972 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in LowerOperationWithShiftedOperand()
1132 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in LowerConstArrayIndex()
1218 retImm->SetCurrentMethod(ret->GetCurrentMethod()); in LowerReturnInst()
1298 replace->SetCurrentMethod(inst->GetCurrentMethod()); in JoinFcmpInst()
1408 replace->SetCurrentMethod(inst->GetCurrentMethod()); in LowerIfImmToIf()
1450 deoptCmp->SetCurrentMethod(inst->GetCurrentMethod()); in LowerToDeoptimizeCompare()
Dtry_catch_resolving.cpp95 compInst->SetCurrentMethod(ifImm->GetCurrentMethod()); in DeoptimizeIfs()
Dpeepholes.cpp1623 newInst->SetCurrentMethod(currInst->GetCurrentMethod()); in CreateAndInsertInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp552 clone->SetCurrentMethod(GetCurrentMethod()); in Clone()
Dgraph.h1059 new_inst->SetCurrentMethod(inst->GetCurrentMethod()); \
Ddump.cpp1127 auto currentMethod = GetCurrentMethod(); in DumpSourceLine()
Dinst.h1655 RuntimeInterface::MethodPtr GetCurrentMethod() const in GetCurrentMethod() function