Lines Matching defs:OptimizedJSFunctionFrame
572 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
579 enum class Index : size_t {
588 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
593 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
598 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
604 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
611 uintptr_t GetReturnAddr() const in GetReturnAddr()
616 const uintptr_t *GetReturnAddrAddress() const in GetReturnAddrAddress()
623 inline JSTaggedValue GetFunction() const in GetFunction()
628 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
654 static size_t ComputeReservedJSFuncOffset(size_t slotSize) in ComputeReservedJSFuncOffset()
660 static int GetFrmaeTypeToFpDelta() in GetFrmaeTypeToFpDelta()
684 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument