Home
last modified time | relevance | path

Searched refs:thisOffset (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h63 … GateRef thisOffset = IntPtr(EcmaRuntimeCallInfo::GetThisOffset(GetEnvironment()->IsArch32Bit())); in GetThis() local
64 return Load(VariableType::JS_ANY(), info, thisOffset); in GetThis()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp662 int64_t thisOffset = static_cast<int64_t>(AsmInterpretedFrame::GetThisOffset(false)) in ResumeRspAndDispatch() local
690 ASSERT(thisOffset < 0); in ResumeRspAndDispatch()
692 __ Ldur(ret, MemoryOperand(sp, thisOffset)); // update acc in ResumeRspAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp799 GateRef thisOffset = builder_.IntPtr(GeneratorContext::GENERATOR_THIS_OFFSET); in SaveFrameToContext() local
801 builder_.Store(VariableType::JS_ANY(), glue_, context, thisOffset, thisObj); in SaveFrameToContext()