Lines Matching refs:currentSp
794 JSTaggedType *currentSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame());
798 JSTaggedType *breakSp = currentSp - InterpretedFrame::NumOfMembers();
807 breakState->base.prev = currentSp;
846 thread->SetCurrentSPFrame(currentSp);
1535 JSTaggedType *currentSp = sp;
1546 if (IsFastNewFrameExit(currentSp)) {
1547 JSFunction *func = JSFunction::Cast(GetFunction(currentSp).GetTaggedObject());
1553 JSTaggedValue thisObject = GetThis(currentSp);
1568 JSTaggedValue thisObject = GetThis(currentSp);
1584 JSTaggedType *currentSp = sp;
1595 if (IsFastNewFrameExit(currentSp)) {
1596 JSFunction *func = JSFunction::Cast(GetFunction(currentSp).GetTaggedObject());
1598 JSTaggedValue thisObject = GetThis(currentSp);
1613 JSTaggedValue thisObject = GetThis(currentSp);