3 writes to _wasmOfsStack
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
874
_wasmOfsStack
= numRegistersUsed * _transitionBlock.StackElemSize(_transitionBlock.PointerSize);
1124
_wasmOfsStack
= ALIGN_UP(_wasmOfsStack, align);
1128
_wasmOfsStack
+= cbArg;
3 references to _wasmOfsStack
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
1124
_wasmOfsStack = ALIGN_UP(
_wasmOfsStack
, align);
1125
argOfs = _transitionBlock.OffsetOfArgs +
_wasmOfsStack
;
1727
maxOffset = _transitionBlock.OffsetOfArgs +
_wasmOfsStack
;