Home
last modified time | relevance | path

Searched refs:GetCurrentInterpretedFrame (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp604 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
769 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
789 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
1520 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
1525 sp = const_cast<JSTaggedType *>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
1588 auto sp = const_cast<JSTaggedType*>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
1599 auto sp = const_cast<JSTaggedType*>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
1723 auto sp = const_cast<JSTaggedType*>(thread->GetCurrentInterpretedFrame()); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp164 const JSTaggedType *JSThread::GetCurrentInterpretedFrame() const in GetCurrentInterpretedFrame() function in panda::ecmascript::JSThread
Djs_thread.h258 const JSTaggedType *GetCurrentInterpretedFrame() const;