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); 1125argOfs = _transitionBlock.OffsetOfArgs + _wasmOfsStack; 1727maxOffset = _transitionBlock.OffsetOfArgs + _wasmOfsStack;