Home
last modified time | relevance | path

Searched defs:GetFrameFromSp (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dframes.h213 static OptimizedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
268 static AsmBridgeFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
331 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
402 static OptimizedJSFunctionArgConfigFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
540 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
615 static OptimizedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
653 static InterpretedFrameBase* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
744 static InterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
829 static InterpretedBuiltinFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
933 static AsmInterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
[all …]