4 writes to _argLocDescForStructInRegs
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (4)
991
_argLocDescForStructInRegs
= new ArgLocDesc();
1321
_argLocDescForStructInRegs
= new ArgLocDesc();
1487
_argLocDescForStructInRegs
= new ArgLocDesc();
1513
_argLocDescForStructInRegs
= new ArgLocDesc();
16 references to _argLocDescForStructInRegs
ILCompiler.ReadyToRun (16)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (16)
992
_argLocDescForStructInRegs
.m_cGenReg = (short)cGenRegs;
993
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
994
_argLocDescForStructInRegs
.m_idxGenReg = _x64UnixIdxGenReg;
995
_argLocDescForStructInRegs
.m_idxFloatReg = _x64UnixIdxFPReg;
1322
_argLocDescForStructInRegs
.m_idxFloatReg = _arm64IdxFPReg;
1330
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
1488
_argLocDescForStructInRegs
.m_idxFloatReg = _rvLa64IdxFPReg;
1489
_argLocDescForStructInRegs
.m_cFloatReg = 1;
1491
_argLocDescForStructInRegs
.m_structFields = info;
1493
_argLocDescForStructInRegs
.m_idxGenReg = _rvLa64IdxGenReg;
1494
_argLocDescForStructInRegs
.m_cGenReg = 1;
1515
_argLocDescForStructInRegs
.m_idxFloatReg = _rvLa64IdxFPReg;
1516
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
1517
_argLocDescForStructInRegs
.m_structFields = info;
1861
return
_argLocDescForStructInRegs
;
1912
return
_argLocDescForStructInRegs
;