Searched defs:OptimizedJSFunctionFrame (Results 1 – 1 of 1) sorted by relevance
366 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct373 enum class Index : size_t {382 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()387 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()392 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()397 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()426 return MEMBER_OFFSET(OptimizedJSFunctionFrame, type); in GetTypeOffset() argument431 return MEMBER_OFFSET(OptimizedJSFunctionFrame, prevFp); in GetPrevOffset() argument448 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument