4 references to OffsetOfEcx
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
719return _transitionBlock.OffsetOfArgumentRegisters + TransitionBlock.X86Constants.OffsetOfEcx; 762return _transitionBlock.OffsetOfArgumentRegisters + TransitionBlock.X86Constants.OffsetOfEcx;
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (2)
464public override int ThisOffset => X86Constants.OffsetOfEcx; 487return hasThis ? X86Constants.OffsetOfEdx : X86Constants.OffsetOfEcx;