Lines Matching defs:FASTJITFunctionFrame
1868 struct FASTJITFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
1876 enum class Index : size_t {
1886 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
1891 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
1896 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
1902 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
1909 uintptr_t GetReturnAddr() const in GetReturnAddr()
1914 const uintptr_t *GetReturnAddrAddress() const in GetReturnAddrAddress()
1921 inline JSTaggedValue GetFunction() const in GetFunction()
1926 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
1952 static size_t ComputeReservedJSFuncOffset(size_t slotSize) in ComputeReservedJSFuncOffset()
1958 static size_t ComputeReservedPcOffset(size_t slotSize) in ComputeReservedPcOffset()
1964 static int GetFrmaeTypeToFpDelta() in GetFrmaeTypeToFpDelta()
1969 static int GetFunctionToFpDelta() in GetFunctionToFpDelta()
1993 static FASTJITFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
2001 return reinterpret_cast<uintptr_t>(sp) - MEMBER_OFFSET(FASTJITFunctionFrame, type); in GetFuncAddrFromSp() argument