3 writes to _wasmOfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
723
_wasmOfsStack
= numRegistersUsed * _transitionBlock.StackElemSize(_transitionBlock.PointerSize);
939
_wasmOfsStack
= ALIGN_UP(_wasmOfsStack, align);
943
_wasmOfsStack
+= cbArg;
3 references to _wasmOfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
939
_wasmOfsStack = ALIGN_UP(
_wasmOfsStack
, align);
940
argOfs = _transitionBlock.OffsetOfArgs +
_wasmOfsStack
;
1541
maxOffset = _transitionBlock.OffsetOfArgs +
_wasmOfsStack
;