Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h201 static OptimizedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
255 static AsmBridgeFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
311 static OptimizedJSFunctionUnfoldArgVFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
375 static OptimizedJSFunctionArgConfigFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
504 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
577 static OptimizedEntryFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
601 static InterpretedFrameBase* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
692 static InterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
754 static InterpretedBuiltinFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
841 static AsmInterpretedFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() function
[all …]