Searched refs:InitStackFrameForSP (Results 1 – 4 of 4) sorted by relevance
77 static inline void InitStackFrameForSP(JSTaggedType *prevSp);
67 static void InitStackFrameForSP(JSTaggedType *prevSp);
7227 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()7235 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()7238 void EcmaInterpreter::InitStackFrameForSP(JSTaggedType *prevSp) in InitStackFrameForSP() function
204 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()209 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()212 void InterpreterAssembly::InitStackFrameForSP(JSTaggedType *prevSp) in InitStackFrameForSP() function in panda::ecmascript::InterpreterAssembly