2 writes to passedInRegisters
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (2)
71
structPassInRegDescPtr.
passedInRegisters
= false;
85
structPassInRegDescPtr.
passedInRegisters
= canPassInRegisters;
2 references to passedInRegisters
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
816
if (descriptor.
passedInRegisters
)
src\runtime\src\coreclr\tools\Common\CallingConvention\TransitionBlock.cs (1)
313
if (descriptor.
passedInRegisters
)