3 writes to _x64UnixIdxGenReg
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
863
_x64UnixIdxGenReg
= numRegistersUsed;
999
_x64UnixIdxGenReg
+= cGenRegs;
1031
_x64UnixIdxGenReg
+= cGenRegs;
4 references to _x64UnixIdxGenReg
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (4)
989
if ((cFPRegs + _x64UnixIdxFPReg <= TransitionBlock.X64UnixTransitionBlock.NUM_FLOAT_ARGUMENT_REGISTERS) && (cGenRegs +
_x64UnixIdxGenReg
) <= _transitionBlock.NumArgumentRegisters)
994
_argLocDescForStructInRegs.m_idxGenReg =
_x64UnixIdxGenReg
;
1028
if (
_x64UnixIdxGenReg
+ cGenRegs <= _transitionBlock.NumArgumentRegisters)
1030
int argOfsInner = _transitionBlock.OffsetOfArgumentRegisters +
_x64UnixIdxGenReg
* 8;