1 write to eightByteSizes1
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
94
structPassInRegDescPtr.
eightByteSizes1
= (byte)helper.EightByteSizes[1];
1 reference to eightByteSizes1
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
161
int eightByteSize = (i == 0) ? descriptor.eightByteSizes0 : descriptor.
eightByteSizes1
;