Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h224 static OptimizedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
306 static BaselineBuiltinFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
362 static AsmBridgeFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
430 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
501 static OptimizedJSFunctionArgConfigFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
657 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
732 static OptimizedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
770 static InterpretedFrameBase* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
861 static InterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
946 static InterpretedBuiltinFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
[all …]