6 writes to _armOfsStack
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (6)
879_armOfsStack = 0; 1235_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1241_armOfsStack += cbArg; 1278_armOfsStack += cbArg - cRemainingRegs * _transitionBlock.PointerSize; 1287_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1293_armOfsStack += cbArg;
5 references to _armOfsStack
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (5)
1235_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1238int argOfsInner = _transitionBlock.OffsetOfArgs + _armOfsStack; 1276if (_armOfsStack == 0) 1287_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1290argOfs = _transitionBlock.OffsetOfArgs + _armOfsStack;