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);
1238
int argOfsInner = _transitionBlock.OffsetOfArgs +
_armOfsStack
;
1276
if (
_armOfsStack
== 0)
1287
_armOfsStack = ALIGN_UP(
_armOfsStack
, _transitionBlock.PointerSize * 2);
1290
argOfs = _transitionBlock.OffsetOfArgs +
_armOfsStack
;