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