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);
1241
argOfs = _transitionBlock.OffsetOfArgs +
_arm64OfsStack
;