4 references to StructInRegsOffset
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
296return _offset == TransitionBlock.StructInRegsOffset; 1002return TransitionBlock.StructInRegsOffset; 1915if (argOffset == TransitionBlock.StructInRegsOffset)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (1)
152Debug.Assert(!IsX64UnixABI || offset != StructInRegsOffset);