Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h572 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
579 enum class Index : size_t {
588 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
593 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
598 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
604 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
611 uintptr_t GetReturnAddr() const in GetReturnAddr()
616 const uintptr_t *GetReturnAddrAddress() const in GetReturnAddrAddress()
623 inline JSTaggedValue GetFunction() const in GetFunction()
628 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
[all …]