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); 1053int argOfsInner = _transitionBlock.OffsetOfArgs + _armOfsStack; 1091if (_armOfsStack == 0) 1102_armOfsStack = ALIGN_UP(_armOfsStack, _transitionBlock.PointerSize * 2); 1105argOfs = _transitionBlock.OffsetOfArgs + _armOfsStack;