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