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)
458public override int ThisOffset => X86Constants.OffsetOfEcx; 481return hasThis ? X86Constants.OffsetOfEdx : X86Constants.OffsetOfEcx;