Home
last modified time | relevance | path

Searched refs:GetThisOffset (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h63 … GateRef thisOffset = IntPtr(EcmaRuntimeCallInfo::GetThisOffset(GetEnvironment()->IsArch32Bit())); in GetThis()
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h70 static size_t GetThisOffset(bool isArch32) in GetThisOffset() function
Dframes.h931 static size_t GetThisOffset(bool isArch32) in GetThisOffset() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h216 IntPtr(AsmInterpretedFrame::GetThisOffset(GetEnvironment()->IsArch32Bit()))); in GetThisFromFrame()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp993 __ Movq(Operand(frameStateBaseRegister, AsmInterpretedFrame::GetThisOffset(false)), ret); in ResumeRspAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp662 int64_t thisOffset = static_cast<int64_t>(AsmInterpretedFrame::GetThisOffset(false)) in ResumeRspAndDispatch()