4 writes to _arm64OfsStack
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (4)
886
_arm64OfsStack
= 0;
1359
_arm64OfsStack
+= cbArg + (_arm64IdxGenReg - 8) * _transitionBlock.PointerSize;
1389
_arm64OfsStack
= ALIGN_UP(_arm64OfsStack, alignment);
1393
_arm64OfsStack
+= cbArg;
2 references to _arm64OfsStack
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
1389
_arm64OfsStack = ALIGN_UP(
_arm64OfsStack
, alignment);
1392
argOfs = _transitionBlock.OffsetOfArgs +
_arm64OfsStack
;