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); 940argOfs = _transitionBlock.OffsetOfArgs + _wasmOfsStack; 1541maxOffset = _transitionBlock.OffsetOfArgs + _wasmOfsStack;