3 writes to _wasmOfsStack
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
874
_wasmOfsStack
= numRegistersUsed * _transitionBlock.StackElemSize(_transitionBlock.PointerSize);
1090
_wasmOfsStack
= ALIGN_UP(_wasmOfsStack, align);
1094
_wasmOfsStack
+= cbArg;
3 references to _wasmOfsStack
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
1090
_wasmOfsStack = ALIGN_UP(
_wasmOfsStack
, align);
1091
argOfs = _transitionBlock.OffsetOfArgs +
_wasmOfsStack
;
1693
maxOffset = _transitionBlock.OffsetOfArgs +
_wasmOfsStack
;