Home
last modified time | relevance | path

Searched refs:GetSp (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp72 auto *frame = BuiltinWithArgvFrame::GetFrameFromSp(GetSp()); in GetFunction()
77 auto *frame = BuiltinFrame::GetFrameFromSp(GetSp()); in GetFunction()
81 auto *frame = OptimizedBuiltinLeaveFrame::GetFrameFromSp(GetSp()); in GetFunction()
86 auto frame = FASTJITFunctionFrame::GetFrameFromSp(GetSp()); in GetFunction()
661 const JSTaggedType *sp = it.GetSp(); in ComputePrevFrameSp()
680 OptimizedJSFunctionFrame *frame = OptimizedJSFunctionFrame::GetFrameFromSp(it.GetSp()); in GCIterate()
727 const JSTaggedType *sp = it.GetSp(); in ComputePrevFrameSp()
744 FASTJITFunctionFrame *frame = FASTJITFunctionFrame::GetFrameFromSp(it.GetSp()); in GCIterate()
745 uintptr_t jsFuncSlot = GetFuncAddrFromSp(it.GetSp()); in GCIterate()
788 AsmInterpretedFrame *frame = AsmInterpretedFrame::GetFrameFromSp(it.GetSp()); in GCIterate()
[all...]
H A Decma_macros.h477 (thread)->SetCurrentSPFrame(it.GetSp()); \
H A Dframes.h1979 JSTaggedType *GetSp() const in GetSp() function in panda::ecmascript::FrameIterator
1983 JSTaggedType *GetSp() in GetSp() function in panda::ecmascript::FrameIterator
H A Djs_thread.cpp251 return frameHandler.GetSp(); in GetCurrentInterpretedFrame()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dframe_handler.cpp43 sp_ = it.GetSp(); in AdvanceToJSFrame()
54 sp_ = it.GetSp(); in PrevJSFrame()
67 sp_ = it.GetSp(); in PrevJSFrame()
74 return GetSp(); in GetPrevJSFrame()
H A Dframe_handler.h208 JSTaggedType *GetSp() const in GetSp() function in panda::ecmascript::FrameHandler
H A Dinterpreter-inl.cpp3896 sp = frameHandler.GetSp(); in RunInternal()
H A Dinterpreter_assembly.cpp7773 thread->SetCurrentFrame(frameHandler.GetSp());
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.cpp35 JSTaggedType *preSp = iterator.GetSp(); in CheckFrameType()
63 FrameIterator itNext(it.GetSp(), it.GetThread()); in ParseMethodInfo()
312 FrameIterator itNext(it.GetSp(), it.GetThread()); in GetCallLineNumber()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp89 FrameIterator it(frameHandler.GetSp(), thread); in GetStack()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp271 context_.callsiteFp = reinterpret_cast<uintptr_t>(it.GetSp()); in AssistCollectDeoptBundleVec()
303 auto sp = reinterpret_cast<uintptr_t*>(it.GetSp()); in CollectDeoptBundleVec()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1768 auto *sp = DebuggerApi::GetSp(frameHandler); in GetLocalScopeChain()
1883 auto *sp = DebuggerApi::GetSp(frameHandler); in GetClosureScopeChains()
1907 auto *sp = DebuggerApi::GetSp(frameHandler); in GetModuleScopeChain()
1983 auto *sp = DebuggerApi::GetSp(frameHandler); in GetGlobalScopeChain()
1992 auto *sp = DebuggerApi::GetSp(frameHandler); in UpdateScopeObject()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp180 JSTaggedType *prevSp = frameHandler.GetSp(); in DropLastFrame()
H A Ddebugger_api.h93 static JSTaggedType *GetSp(const FrameHandler *frameHandler);
H A Ddebugger_api.cpp169 JSTaggedType *DebuggerApi::GetSp(const FrameHandler *frameHandler) in GetSp() function in panda::ecmascript::tooling::DebuggerApi
171 return frameHandler->GetSp(); in GetSp()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.cpp458 FrameIterator it(frameHandler.GetSp(), thread); in GetStackSignalHandler()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1754 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()
1774 thread->SetCurrentFrame(frameHandler.GetSp()); in DEF_RUNTIME_STUBS()

Completed in 59 milliseconds