2 writes to _x86NumRegistersUsed
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
856
_x86NumRegistersUsed
= numRegistersUsed;
928
if (_transitionBlock.IsArgumentInRegister(ref
_x86NumRegistersUsed
, argType, _argTypeHandle))
1 reference to _x86NumRegistersUsed
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
930
return _transitionBlock.OffsetOfArgumentRegisters + (_transitionBlock.NumArgumentRegisters -
_x86NumRegistersUsed
) * _transitionBlock.PointerSize;