Home
last modified time | relevance | path

Searched defs:spOffset (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h341 GateRef spOffset = IntPtr(JSThread::GlueData::GetCurrentFrameOffset(isArch32)); in GetCurrentSpFrame() local
347 … GateRef spOffset = IntPtr(JSThread::GlueData::GetCurrentFrameOffset(GetEnvironment()->Is32Bit())); in SetCurrentSpFrame() local
354 GateRef spOffset = IntPtr(JSThread::GlueData::GetLeaveFrameOffset(isArch32)); in GetLastLeaveFrame() local
360 GateRef spOffset = IntPtr(JSThread::GlueData::GetLeaveFrameOffset(GetEnvironment()->Is32Bit())); in SetLastLeaveFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp663 int64_t spOffset = static_cast<int64_t>(AsmInterpretedFrame::GetBaseOffset(false)) in ResumeRspAndDispatch() local