1 write to _argLocDescForStructInRegs
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
112
_argLocDescForStructInRegs
= argLocDescForStructInRegs;
3 references to _argLocDescForStructInRegs
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
123
return
_argLocDescForStructInRegs
.HasValue;
135
return _transitionBlock.OffsetOfFloatArgumentRegisters +
_argLocDescForStructInRegs
.Value.m_idxFloatReg * 16;
142
return _transitionBlock.OffsetOfArgumentRegisters +
_argLocDescForStructInRegs
.Value.m_idxGenReg * 8;