Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h531 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
538 enum class Index : size_t {
547 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
552 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
557 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
563 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
570 uintptr_t GetReturnAddr() const in GetReturnAddr()
579 inline JSTaggedValue GetFunction() const in GetFunction()
584 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
629 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument