Home
last modified time | relevance | path

Searched refs:pRsi (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DStackFrameIterator.cpp266 if (pFrame->m_Flags & PTFF_SAVE_RSI) { m_RegDisplay.pRsi = pPreservedRegsCursor++; } in InternalInit()
467 m_RegDisplay.pRsi = NULL; in InternalInit()
479 m_RegDisplay.pRsi = PTR_TO_MEMBER(PAL_LIMITED_CONTEXT, pCtx, Rsi); in InternalInit()
637 m_RegDisplay.pRsi = thisFuncletPtrs.pRsi; in UpdateFromExceptionDispatch()
739 m_funcletPtrs.pRsi = m_RegDisplay.pRsi; in UnwindFuncletInvokeThunk()
758 m_RegDisplay.pRsi = SP++; in UnwindFuncletInvokeThunk()
773 m_funcletPtrs.pRsi = m_RegDisplay.pRsi; in UnwindFuncletInvokeThunk()
786 m_RegDisplay.pRsi = SP++; in UnwindFuncletInvokeThunk()
1150 m_RegDisplay.pRsi = PTR_TO_MEMBER(CALL_DESCR_CONTEXT, pContext, Rsi); in UnwindCallDescrThunk()
1241 m_RegDisplay.pRsi = PTR_TO_MEMBER(PAL_LIMITED_CONTEXT, pContext, Rsi); in UnwindThrowSiteThunk()
[all …]
H A Dregdisplay.h15 PTR_UIntNative pRsi; member
H A DStackFrameIterator.h178 PTR_UIntNative pRsi;
H A DRHCodeMan.cpp215 case CSR_NUM_RSI: return (PTR_PTR_Object)pContext->pRsi; in GetRegObjectAddr()
234 case CSR_NUM_RSI: return (PTR_PTR_Object)pContext->pRsi; in GetRegObjectAddr()
849 if (regMask & CSR_MASK_RSI) { pContext->pRsi = RSP++; } in UnwindStackFrame()
895 …if (regMask & CSR_MASK_RSI) { pContext->pRsi = (PTR_UIntNative)((PTR_UInt8)RSP - registerSaveDispl… in UnwindStackFrame()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/amd64/
H A DAsmOffsetsCpu.h63 PLAT_ASM_OFFSET(28, REGDISPLAY, pRsi)
113 PLAT_ASM_OFFSET(28, REGDISPLAY, pRsi)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/i386/
H A DAsmOffsetsCpu.h47 PLAT_ASM_OFFSET(14, REGDISPLAY, pRsi)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DUnwindHelpers.cpp136 return *pRsi; in getRegister()
189 pRsi = (PTR_UIntNative)location; in setRegister()