Searched refs:InitStackFrameForSP (Results 1 – 4 of 4) sorted by relevance
67 static void InitStackFrameForSP(JSTaggedType *prevSp);
77 static inline void InitStackFrameForSP(JSTaggedType *prevSp);
7245 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()7253 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()7256 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