Searched defs:OptimizedJSFunctionFrame (Results 1 – 1 of 1) sorted by relevance
422 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct429 enum class Index : size_t {438 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()443 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()448 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()453 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()482 return MEMBER_OFFSET(OptimizedJSFunctionFrame, type); in GetTypeOffset() argument487 return MEMBER_OFFSET(OptimizedJSFunctionFrame, prevFp); in GetPrevOffset() argument504 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument