Lines Matching defs:FASTJITFunctionFrame
1745 struct FASTJITFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
1753 enum class Index : size_t {
1763 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
1768 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
1773 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
1779 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
1786 uintptr_t GetReturnAddr() const in GetReturnAddr()
1795 inline JSTaggedValue GetFunction() const in GetFunction()
1800 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
1826 static size_t ComputeReservedJSFuncOffset(size_t slotSize) in ComputeReservedJSFuncOffset()
1832 static size_t ComputeReservedPcOffset(size_t slotSize) in ComputeReservedPcOffset()
1856 static FASTJITFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument
1864 return reinterpret_cast<uintptr_t>(sp) - MEMBER_OFFSET(FASTJITFunctionFrame, type); in GetFuncAddrFromSp() argument