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