Lines Matching defs:OptimizedJSFunctionFrame
549 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
556 enum class Index : size_t {
565 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
570 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
575 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
581 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
588 uintptr_t GetReturnAddr() const in GetReturnAddr()
596 inline JSTaggedValue GetFunction() const in GetFunction()
601 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
627 static size_t ComputeReservedJSFuncOffset(size_t slotSize) in ComputeReservedJSFuncOffset()
633 static int GetFrmaeTypeToFpDelta() in GetFrmaeTypeToFpDelta()
657 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument