Searched refs:GetSp (Results 1 – 16 of 16) sorted by relevance
80 auto *frame = BuiltinWithArgvFrame::GetFrameFromSp(GetSp()); in GetFunction()85 auto *frame = BuiltinFrame::GetFrameFromSp(GetSp()); in GetFunction()89 auto *frame = OptimizedBuiltinLeaveFrame::GetFrameFromSp(GetSp()); in GetFunction()502 const JSTaggedType *sp = it.GetSp(); in ComputePrevFrameSp()520 OptimizedJSFunctionFrame *frame = OptimizedJSFunctionFrame::GetFrameFromSp(it.GetSp()); in GCIterate()559 AsmInterpretedFrame *frame = AsmInterpretedFrame::GetFrameFromSp(it.GetSp()); in GCIterate()560 uintptr_t start = ToUintPtr(it.GetSp()); in GCIterate()582 auto sp = it.GetSp(); in GCIterate()611 auto sp = it.GetSp(); in GCIterate()627 const JSTaggedType *sp = it.GetSp(); in GCIterate()[all …]
1613 JSTaggedType *GetSp() const in GetSp() function1617 JSTaggedType *GetSp() in GetSp() function
372 (thread)->SetCurrentSPFrame(it.GetSp()); \
168 return frameHandler.GetSp(); in GetCurrentInterpretedFrame()
50 sp_ = it.GetSp(); in AdvanceToJSFrame()58 sp_ = it.GetSp(); in PrevJSFrame()71 sp_ = it.GetSp(); in PrevJSFrame()78 return GetSp(); in GetPrevJSFrame()
182 JSTaggedType *GetSp() const in GetSp() function
3766 sp = frameHandler.GetSp(); in RunInternal()
7459 thread->SetCurrentFrame(frameHandler.GetSp()); in ExceptionHandler()
36 JSTaggedType *preSp = iterator.GetSp(); in CheckFrameType()62 FrameIterator itNext(it.GetSp(), it.GetThread()); in ParseMethodInfo()
275 context_.callsiteFp = reinterpret_cast<uintptr_t>(it.GetSp()); in CollectDeoptBundleVec()285 auto sp = reinterpret_cast<uintptr_t*>(it.GetSp()); in CollectDeoptBundleVec()
89 FrameIterator it(frameHandler.GetSp(), thread); in GetStack()
68 static JSTaggedType *GetSp(const FrameHandler *frameHandler);
165 JSTaggedType *DebuggerApi::GetSp(const FrameHandler *frameHandler) in GetSp() function in panda::ecmascript::tooling::DebuggerApi167 return frameHandler->GetSp(); in GetSp()
459 FrameIterator it(frameHandler.GetSp(), thread); in GetStackSignalHandler()
1177 auto *sp = DebuggerApi::GetSp(frameHandler); in GetLocalScopeChain()1350 auto *sp = DebuggerApi::GetSp(frameHandler); in UpdateScopeObject()
1148 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()1155 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()