1 reference to CLR_SYSTEMV_MAX_STRUCT_BYTES_TO_PASS_IN_REGISTERS
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
74
if (typeDesc.IsValueType && (typeSize <=
CLR_SYSTEMV_MAX_STRUCT_BYTES_TO_PASS_IN_REGISTERS
))