Searched refs:GetCurrentMethod (Results 1 – 8 of 8) sorted by relevance
285 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()
522 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()
95 compInst->SetCurrentMethod(ifImm->GetCurrentMethod()); in DeoptimizeIfs()
1623 newInst->SetCurrentMethod(currInst->GetCurrentMethod()); in CreateAndInsertInst()
552 clone->SetCurrentMethod(GetCurrentMethod()); in Clone()
1059 new_inst->SetCurrentMethod(inst->GetCurrentMethod()); \
1127 auto currentMethod = GetCurrentMethod(); in DumpSourceLine()
1655 RuntimeInterface::MethodPtr GetCurrentMethod() const in GetCurrentMethod() function