Searched refs:OptimizedJSFunctionUnfoldArgVFrame (Results 1 – 3 of 3) sorted by relevance
298 struct OptimizedJSFunctionUnfoldArgVFrame : public base::AlignedStruct<base::AlignedPointer::Size(), struct329 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument331 … return reinterpret_cast<OptimizedJSFunctionUnfoldArgVFrame *>(reinterpret_cast<uintptr_t>(sp) - in GetFrameFromSp()332 MEMBER_OFFSET(OptimizedJSFunctionUnfoldArgVFrame, prevFp)); in GetFrameFromSp()352 STATIC_ASSERT_EQ_ARCH(sizeof(OptimizedJSFunctionUnfoldArgVFrame), argument353 OptimizedJSFunctionUnfoldArgVFrame::SizeArch32, OptimizedJSFunctionUnfoldArgVFrame::SizeArch64);
155 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in Advance()372 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in GetPrevFrameCallSiteSp()
259 typeOffset = OptimizedJSFunctionUnfoldArgVFrame::GetTypeOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()260 prevOffset = OptimizedJSFunctionUnfoldArgVFrame::GetPrevOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()