Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h32 struct EcmaRuntimeCallInfo : public base::AlignedStruct<base::AlignedPointer::Size(), struct
36 enum class Index : size_t {
45 inline JSThread *GetThread() const in GetThread()
50 static size_t GetThreadOffset(bool isArch32) in GetThreadOffset()
55 static size_t GetNumArgsOffset(bool isArch32) in GetNumArgsOffset()
60 static size_t GetStackArgsOffset(bool isArch32) in GetStackArgsOffset()
65 static size_t GetNewTargetOffset(bool isArch32) in GetNewTargetOffset()
71 static size_t GetThisOffset(bool isArch32) in GetThisOffset()
77 static size_t GetCallArgOffset(bool isArch32) in GetCallArgOffset()
83 inline void SetNewTarget(const JSTaggedValue tagged) in SetNewTarget()
[all …]