Searched refs:GetCurrentSPFrame (Results 1 – 19 of 19) sorted by relevance
57 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()78 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in SetupFrame()
250 …explicit StackAssertScope(JSThread *thread) : thread_(thread), oldSp_(thread->GetCurrentSPFrame())… in StackAssertScope()255 DASSERT_PRINT(oldSp_ == thread_->GetCurrentSPFrame(), in ~StackAssertScope()
43 JSTaggedType *prevSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in NewRuntimeCallInfo()
336 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in IterateEcmaRuntimeCallInfo()352 JSTaggedType *current = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in Iterate()
205 sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); \601 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in ExecuteNative()648 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute()755 JSTaggedType *currentSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in GeneratorReEnterInterpreter()7227 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()
204 InitStackFrameForSP(const_cast<JSTaggedType *>(thread->GetCurrentSPFrame())); in InitStackFrame()247 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in Execute()261 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute()
153 return GetCurrentSPFrame(); in GetCurrentFrame()170 return GetCurrentSPFrame(); in GetCurrentInterpretedFrame()601 context->SetFramePointers(const_cast<JSTaggedType *>(GetCurrentSPFrame()), in PushContext()631 currentContext_->SetFramePointers(const_cast<JSTaggedType *>(GetCurrentSPFrame()), in SwitchCurrentContext()
370 FrameIterator it(const_cast<JSTaggedType *>((thread)->GetCurrentSPFrame()), (thread)); \
234 const JSTaggedType *GetCurrentSPFrame() const in GetCurrentSPFrame() function
448 const JSTaggedType *curSp = thread->GetCurrentSPFrame(); in ConstructInternal()
856 auto sp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in NewJSError()
57 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
55 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in CreateEcmaRuntimeCallInfo()
136 JSTaggedType *sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in DropLastFrame()
32 JSTaggedType *prevSp = const_cast<JSTaggedType *>(thread_->GetCurrentSPFrame()); in FrameWriter()