2 writes to _x86OfsStack
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
857
_x86OfsStack
= (int)(_transitionBlock.OffsetOfArgs + SizeOfArgStack());
933
_x86OfsStack
-= _transitionBlock.StackElemSize(argSize);
1 reference to _x86OfsStack
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
934
argOfs =
_x86OfsStack
;