1 write to _argLocDescForStructInRegs
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
279
_argLocDescForStructInRegs
= argLocDescForStructInRegs;
3 references to _argLocDescForStructInRegs
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
290
return
_argLocDescForStructInRegs
.HasValue;
302
return _transitionBlock.OffsetOfFloatArgumentRegisters +
_argLocDescForStructInRegs
.Value.m_idxFloatReg * 16;
309
return _transitionBlock.OffsetOfArgumentRegisters +
_argLocDescForStructInRegs
.Value.m_idxGenReg * 8;