Home
last modified time | relevance | path

Searched refs:GetSp (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp80 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 …]
Dframes.h1613 JSTaggedType *GetSp() const in GetSp() function
1617 JSTaggedType *GetSp() in GetSp() function
Decma_macros.h372 (thread)->SetCurrentSPFrame(it.GetSp()); \
Djs_thread.cpp168 return frameHandler.GetSp(); in GetCurrentInterpretedFrame()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp50 sp_ = it.GetSp(); in AdvanceToJSFrame()
58 sp_ = it.GetSp(); in PrevJSFrame()
71 sp_ = it.GetSp(); in PrevJSFrame()
78 return GetSp(); in GetPrevJSFrame()
Dframe_handler.h182 JSTaggedType *GetSp() const in GetSp() function
Dinterpreter-inl.h3766 sp = frameHandler.GetSp(); in RunInternal()
Dinterpreter_assembly.cpp7459 thread->SetCurrentFrame(frameHandler.GetSp()); in ExceptionHandler()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp36 JSTaggedType *preSp = iterator.GetSp(); in CheckFrameType()
62 FrameIterator itNext(it.GetSp(), it.GetThread()); in ParseMethodInfo()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp275 context_.callsiteFp = reinterpret_cast<uintptr_t>(it.GetSp()); in CollectDeoptBundleVec()
285 auto sp = reinterpret_cast<uintptr_t*>(it.GetSp()); in CollectDeoptBundleVec()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp89 FrameIterator it(frameHandler.GetSp(), thread); in GetStack()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h68 static JSTaggedType *GetSp(const FrameHandler *frameHandler);
Ddebugger_api.cpp165 JSTaggedType *DebuggerApi::GetSp(const FrameHandler *frameHandler) in GetSp() function in panda::ecmascript::tooling::DebuggerApi
167 return frameHandler->GetSp(); in GetSp()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp459 FrameIterator it(frameHandler.GetSp(), thread); in GetStackSignalHandler()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1177 auto *sp = DebuggerApi::GetSp(frameHandler); in GetLocalScopeChain()
1350 auto *sp = DebuggerApi::GetSp(frameHandler); in UpdateScopeObject()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1148 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()
1155 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()