4 writes to _arm64OfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (4)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (4)
735_arm64OfsStack = 0; 1208_arm64OfsStack += cbArg + (_arm64IdxGenReg - 8) * _transitionBlock.PointerSize; 1238_arm64OfsStack = ALIGN_UP(_arm64OfsStack, alignment); 1242_arm64OfsStack += cbArg;
2 references to _arm64OfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
1238_arm64OfsStack = ALIGN_UP(_arm64OfsStack, alignment); 1241argOfs = _transitionBlock.OffsetOfArgs + _arm64OfsStack;