Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h381 struct OptimizedJSFunctionUnfoldArgVFrame : public base::AlignedStruct<base::AlignedPointer::Size(), struct
412 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
414 … return reinterpret_cast<OptimizedJSFunctionUnfoldArgVFrame *>(reinterpret_cast<uintptr_t>(sp) - in GetFrameFromSp()
415 MEMBER_OFFSET(OptimizedJSFunctionUnfoldArgVFrame, prevFp)); in GetFrameFromSp()
435 STATIC_ASSERT_EQ_ARCH(sizeof(OptimizedJSFunctionUnfoldArgVFrame), argument
436 OptimizedJSFunctionUnfoldArgVFrame::SizeArch32, OptimizedJSFunctionUnfoldArgVFrame::SizeArch64);
Dframes.cpp190 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in Advance()
481 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in GetPrevFrameCallSiteSp()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp401 typeOffset = OptimizedJSFunctionUnfoldArgVFrame::GetTypeOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()
402 prevOffset = OptimizedJSFunctionUnfoldArgVFrame::GetPrevOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()