Searched refs:OptimizedJSFunctionUnfoldArgVFrame (Results 1 – 3 of 3) sorted by relevance
300 struct OptimizedJSFunctionUnfoldArgVFrame : public base::AlignedStruct<base::AlignedPointer::Size(), struct331 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument333 … return reinterpret_cast<OptimizedJSFunctionUnfoldArgVFrame *>(reinterpret_cast<uintptr_t>(sp) - in GetFrameFromSp()334 MEMBER_OFFSET(OptimizedJSFunctionUnfoldArgVFrame, prevFp)); in GetFrameFromSp()354 STATIC_ASSERT_EQ_ARCH(sizeof(OptimizedJSFunctionUnfoldArgVFrame), argument355 OptimizedJSFunctionUnfoldArgVFrame::SizeArch32, OptimizedJSFunctionUnfoldArgVFrame::SizeArch64);
154 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in Advance()371 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in GetPrevFrameCallSiteSp()
319 typeOffset = OptimizedJSFunctionUnfoldArgVFrame::GetTypeOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()320 prevOffset = OptimizedJSFunctionUnfoldArgVFrame::GetPrevOffset(); in GetTypeOffsetAndPrevOffsetFromFrameType()