1 write to eightByteCount
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
86
structPassInRegDescPtr.
eightByteCount
= (byte)helper.EightByteCount;
4 references to eightByteCount
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
159
for (int i = 0; i < descriptor.
eightByteCount
; i++)
819
for (int i = 0; i < descriptor.
eightByteCount
; i++)
src\runtime\src\coreclr\tools\Common\CallingConvention\TransitionBlock.cs (1)
315
if (descriptor.
eightByteCount
== 1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
87
Debug.Assert(structPassInRegDescPtr.
eightByteCount
<= CLR_SYSTEMV_MAX_EIGHTBYTES_COUNT_TO_PASS_IN_REGISTERS);