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);
1204
int argOfsInner = _transitionBlock.OffsetOfArgs +
_armOfsStack
;
1242
if (
_armOfsStack
== 0)
1253
_armOfsStack = ALIGN_UP(
_armOfsStack
, _transitionBlock.PointerSize * 2);
1256
argOfs = _transitionBlock.OffsetOfArgs +
_armOfsStack
;