Searched refs:InitStackFrameForSP (Results 1 – 4 of 4) sorted by relevance
69 static void InitStackFrameForSP(JSTaggedType *prevSp);
80 static inline void InitStackFrameForSP(JSTaggedType *prevSp);
7508 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()7516 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()7519 void EcmaInterpreter::InitStackFrameForSP(JSTaggedType *prevSp) in InitStackFrameForSP() function
207 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()212 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()215 void InterpreterAssembly::InitStackFrameForSP(JSTaggedType *prevSp) in InitStackFrameForSP() function in panda::ecmascript::InterpreterAssembly