Searched defs:OptimizedJSFunctionUnfoldArgVFrame (Results 1 – 1 of 1) sorted by relevance
232 struct OptimizedJSFunctionUnfoldArgVFrame : public base::AlignedStruct<base::AlignedPointer::Size(), struct240 return MEMBER_OFFSET(OptimizedJSFunctionUnfoldArgVFrame, type); in GetTypeOffset() argument244 return MEMBER_OFFSET(OptimizedJSFunctionUnfoldArgVFrame, prevFp); in GetPrevOffset() argument256 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument261 inline JSTaggedType* GetPrevFrameFp() const in GetPrevFrameFp()265 uintptr_t GetReturnAddr() const in GetReturnAddr()269 uintptr_t GetPrevFrameSp() const in GetPrevFrameSp()277 friend class FrameIterator;