Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h448 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
455 enum class Index : size_t {
464 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
469 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
474 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
479 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
486 uintptr_t GetReturnAddr() const in GetReturnAddr()
495 inline JSTaggedValue GetFunction() const in GetFunction()
500 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
540 static OptimizedJSFunctionFrame* GetFrameFromSp(const JSTaggedType *sp) in GetFrameFromSp() argument