Searched refs:GetThisOffset (Results 1 – 6 of 6) sorted by relevance
63 … GateRef thisOffset = IntPtr(EcmaRuntimeCallInfo::GetThisOffset(GetEnvironment()->IsArch32Bit())); in GetThis()
70 static size_t GetThisOffset(bool isArch32) in GetThisOffset() function
931 static size_t GetThisOffset(bool isArch32) in GetThisOffset() function
216 IntPtr(AsmInterpretedFrame::GetThisOffset(GetEnvironment()->IsArch32Bit()))); in GetThisFromFrame()
993 __ Movq(Operand(frameStateBaseRegister, AsmInterpretedFrame::GetThisOffset(false)), ret); in ResumeRspAndDispatch()
662 int64_t thisOffset = static_cast<int64_t>(AsmInterpretedFrame::GetThisOffset(false)) in ResumeRspAndDispatch()