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.h31 struct EcmaRuntimeCallInfo : public base::AlignedStruct<base::AlignedPointer::Size(), struct
35 enum class Index : size_t {
44 inline JSThread *GetThread() const in GetThread()
49 static size_t GetThreadOffset(bool isArch32) in GetThreadOffset()
54 static size_t GetNumArgsOffset(bool isArch32) in GetNumArgsOffset()
59 static size_t GetStackArgsOffset(bool isArch32) in GetStackArgsOffset()
64 static size_t GetNewTargetOffset(bool isArch32) in GetNewTargetOffset()
70 static size_t GetThisOffset(bool isArch32) in GetThisOffset()
76 static size_t GetCallArgOffset(bool isArch32) in GetCallArgOffset()
82 inline void SetNewTarget(const JSTaggedValue tagged) in SetNewTarget()
[all …]