4 writes to _argLocDescForStructInRegs
Microsoft.Diagnostics.DataContractReader.Contracts (4)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (4)
840
_argLocDescForStructInRegs
= default;
1136
_argLocDescForStructInRegs
= default;
1301
_argLocDescForStructInRegs
= default;
1327
_argLocDescForStructInRegs
= default;
16 references to _argLocDescForStructInRegs
Microsoft.Diagnostics.DataContractReader.Contracts (16)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (16)
841
_argLocDescForStructInRegs
.m_cGenReg = (short)cGenRegs;
842
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
843
_argLocDescForStructInRegs
.m_idxGenReg = _x64UnixIdxGenReg;
844
_argLocDescForStructInRegs
.m_idxFloatReg = _x64UnixIdxFPReg;
1137
_argLocDescForStructInRegs
.m_idxFloatReg = _arm64IdxFPReg;
1145
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
1302
_argLocDescForStructInRegs
.m_idxFloatReg = _rvLa64IdxFPReg;
1303
_argLocDescForStructInRegs
.m_cFloatReg = 1;
1305
_argLocDescForStructInRegs
.m_structFields = info;
1307
_argLocDescForStructInRegs
.m_idxGenReg = _rvLa64IdxGenReg;
1308
_argLocDescForStructInRegs
.m_cGenReg = 1;
1329
_argLocDescForStructInRegs
.m_idxFloatReg = _rvLa64IdxFPReg;
1330
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
1331
_argLocDescForStructInRegs
.m_structFields = info;
1675
return
_argLocDescForStructInRegs
;
1725
return
_argLocDescForStructInRegs
;