Searched refs:GetCurrentFrame (Results 1 – 16 of 16) sorted by relevance
330 auto currentFrame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStackCallNapi()456 if (thread->GetCurrentFrame() != nullptr) { in GetStackSignalHandler()457 …if (JsStackGetter::CheckFrameType(thread, const_cast<JSTaggedType *>(thread->GetCurrentFrame()))) { in GetStackSignalHandler()
83 JSTaggedType *frame = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetStack()
759 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in AddTraceNode()
72 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in BuildJsStackTrace()106 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in BuildJsStackInfo()
148 const JSTaggedType *JSThread::GetCurrentFrame() const in GetCurrentFrame() function in panda::ecmascript::JSThread640 SetCurrentSPFrame(currentContext->GetCurrentFrame()); in SwitchCurrentContext()
335 JSTaggedType *GetCurrentFrame() const in GetCurrentFrame() function
254 const JSTaggedType *GetCurrentFrame() const;
92 inline GateRef GetCurrentFrame(GateRef glue);
486 GateRef InterpreterStubBuilder::GetCurrentFrame(GateRef glue) in GetCurrentFrame() function
4510 varSp = GetCurrentFrame(glue); in DECLARE_ASM_HANDLER_NOPRINT()
27 : sp_(const_cast<JSTaggedType *>(thread->GetCurrentFrame())), thread_(thread) in FrameHandler()
7235 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()
209 InitStackFrameForSP(const_cast<JSTaggedType *>(context->GetCurrentFrame())); in InitStackFrame()
290 …ess of the interpreter's frame could be retrieved from `panda::ManagedThread::GetCurrentFrame()`. 329 ---- +----------------+ <--- `panda::ManagedThread::GetCurrentFrame()`378 `panda::ManagedThread::GetCurrentFrame()` method must return the pointer to `baz`'s interpreter sta…
826 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetNativePointer()
3642 JSTaggedType *current = const_cast<JSTaggedType *>(thread->GetCurrentFrame()); in GetCurrentTaskInfo()