Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h232 struct OptimizedJSFunctionUnfoldArgVFrame : public base::AlignedStruct<base::AlignedPointer::Size(), struct
240 return MEMBER_OFFSET(OptimizedJSFunctionUnfoldArgVFrame, type); in GetTypeOffset() argument
244 return MEMBER_OFFSET(OptimizedJSFunctionUnfoldArgVFrame, prevFp); in GetPrevOffset() argument
256 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
261 inline JSTaggedType* GetPrevFrameFp() const in GetPrevFrameFp()
265 uintptr_t GetReturnAddr() const in GetReturnAddr()
269 uintptr_t GetPrevFrameSp() const in GetPrevFrameSp()
277 friend class FrameIterator;