Searched defs:OptimizedJSFunctionFrame (Results 1 – 1 of 1) sorted by relevance
446 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct453 enum class Index : size_t {462 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()467 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()472 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()477 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()484 uintptr_t GetReturnAddr() const in GetReturnAddr()493 inline JSTaggedValue GetFunction() const in GetFunction()498 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()533 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument