Searched refs:thisOffset (Results 1 – 3 of 3) sorted by relevance
63 … GateRef thisOffset = IntPtr(EcmaRuntimeCallInfo::GetThisOffset(GetEnvironment()->IsArch32Bit())); in GetThis() local64 return Load(VariableType::JS_ANY(), info, thisOffset); in GetThis()
662 int64_t thisOffset = static_cast<int64_t>(AsmInterpretedFrame::GetThisOffset(false)) in ResumeRspAndDispatch() local690 ASSERT(thisOffset < 0); in ResumeRspAndDispatch()692 __ Ldur(ret, MemoryOperand(sp, thisOffset)); // update acc in ResumeRspAndDispatch()
799 GateRef thisOffset = builder_.IntPtr(GeneratorContext::GENERATOR_THIS_OFFSET); in SaveFrameToContext() local801 builder_.Store(VariableType::JS_ANY(), glue_, context, thisOffset, thisObj); in SaveFrameToContext()