Searched refs:GetCurrentMethod (Results 1 – 7 of 7) sorted by relevance
277 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()
380 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()
1729 newInst->SetCurrentMethod(currInst->GetCurrentMethod()); in CreateAndInsertInst()
407 clone->SetCurrentMethod(GetCurrentMethod()); in Clone()
995 new_inst->SetCurrentMethod(inst->GetCurrentMethod()); \
1036 auto currentMethod = GetCurrentMethod(); in DumpSourceLine()
1767 RuntimeInterface::MethodPtr GetCurrentMethod() const in GetCurrentMethod() function