6 writes to _armOfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (6)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (6)
728
_armOfsStack
= 0;
1050
_armOfsStack
= ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2);
1056
_armOfsStack
+= cbArg;
1093
_armOfsStack
+= cbArg - cRemainingRegs * _transitionBlock.PointerSize;
1102
_armOfsStack
= ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2);
1108
_armOfsStack
+= cbArg;
5 references to _armOfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (5)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (5)
1050
_armOfsStack = ALIGN_UP(
_armOfsStack
, _transitionBlock.PointerSize * 2);
1053
int argOfsInner = _transitionBlock.OffsetOfArgs +
_armOfsStack
;
1091
if (
_armOfsStack
== 0)
1102
_armOfsStack = ALIGN_UP(
_armOfsStack
, _transitionBlock.PointerSize * 2);
1105
argOfs = _transitionBlock.OffsetOfArgs +
_armOfsStack
;