6 writes to _armOfsStack
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (6)
879_armOfsStack = 0; 1201_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1207_armOfsStack += cbArg; 1244_armOfsStack += cbArg - cRemainingRegs * _transitionBlock.PointerSize; 1253_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1259_armOfsStack += cbArg;
5 references to _armOfsStack
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (5)
1201_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1204int argOfsInner = _transitionBlock.OffsetOfArgs + _armOfsStack; 1242if (_armOfsStack == 0) 1253_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1256argOfs = _transitionBlock.OffsetOfArgs + _armOfsStack;