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)
989if ((cFPRegs + _x64UnixIdxFPReg <= TransitionBlock.X64UnixTransitionBlock.NUM_FLOAT_ARGUMENT_REGISTERS) && (cGenRegs + _x64UnixIdxGenReg) <= _transitionBlock.NumArgumentRegisters) 994_argLocDescForStructInRegs.m_idxGenReg = _x64UnixIdxGenReg; 1028if (_x64UnixIdxGenReg + cGenRegs <= _transitionBlock.NumArgumentRegisters) 1030int argOfsInner = _transitionBlock.OffsetOfArgumentRegisters + _x64UnixIdxGenReg * 8;