4 writes to _argLocDescForStructInRegs
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (4)
991
_argLocDescForStructInRegs
= new ArgLocDesc();
1287
_argLocDescForStructInRegs
= new ArgLocDesc();
1453
_argLocDescForStructInRegs
= new ArgLocDesc();
1479
_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;
1288
_argLocDescForStructInRegs
.m_idxFloatReg = _arm64IdxFPReg;
1296
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
1454
_argLocDescForStructInRegs
.m_idxFloatReg = _rvLa64IdxFPReg;
1455
_argLocDescForStructInRegs
.m_cFloatReg = 1;
1457
_argLocDescForStructInRegs
.m_structFields = info;
1459
_argLocDescForStructInRegs
.m_idxGenReg = _rvLa64IdxGenReg;
1460
_argLocDescForStructInRegs
.m_cGenReg = 1;
1481
_argLocDescForStructInRegs
.m_idxFloatReg = _rvLa64IdxFPReg;
1482
_argLocDescForStructInRegs
.m_cFloatReg = cFPRegs;
1483
_argLocDescForStructInRegs
.m_structFields = info;
1827
return
_argLocDescForStructInRegs
;
1878
return
_argLocDescForStructInRegs
;