Searched refs:InitStackFrameForSP (Results 1 – 4 of 4) sorted by relevance
71 static void InitStackFrameForSP(JSTaggedType *prevSp);
85 static void InitStackFrameForSP(JSTaggedType *prevSp);
7722 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()7730 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()7733 void EcmaInterpreter::InitStackFrameForSP(JSTaggedType *prevSp) in InitStackFrameForSP() function in panda::ecmascript::EcmaInterpreter
192 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()197 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()200 void InterpreterAssembly::InitStackFrameForSP(JSTaggedType *prevSp) in InitStackFrameForSP() function in panda::ecmascript::InterpreterAssembly