Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.h549 struct OptimizedJSFunctionFrame : public base::AlignedStruct<JSTaggedValue::TaggedTypeSize(), struct
556 enum class Index : size_t {
565 static constexpr size_t GetFunctionDeltaReturnAddr() in GetFunctionDeltaReturnAddr()
570 inline JSTaggedType* GetPrevFrameFp() in GetPrevFrameFp()
575 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv()
581 size_t GetArgc(uintptr_t *preFrameSp) const in GetArgc()
588 uintptr_t GetReturnAddr() const in GetReturnAddr()
596 inline JSTaggedValue GetFunction() const in GetFunction()
601 static uintptr_t ComputeArgsConfigFrameSp(JSTaggedType *fp) in ComputeArgsConfigFrameSp()
627 static size_t ComputeReservedJSFuncOffset(size_t slotSize) in ComputeReservedJSFuncOffset()
[all …]