8 references to IsHomogeneousAggregate
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (6)
106
Debug.Assert(
IsHomogeneousAggregate
());
626
return ((_argSize > _transitionBlock.EnregisteredParamTypeMaxSize) && (!_argTypeHandle.
IsHomogeneousAggregate
() || IsVarArg));
1136
if (_argTypeHandle.
IsHomogeneousAggregate
())
1285
if (_argTypeHandle.
IsHomogeneousAggregate
())
1555
if (IsValueType() && !IsVarArg && _argTypeHandle.
IsHomogeneousAggregate
())
1789
if (!_argTypeHandle.IsNull() && _argTypeHandle.
IsHomogeneousAggregate
())
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (2)
384
if (thRetType.
IsHomogeneousAggregate
() && !isVarArgMethod)
633
return (th.GetSize() > EnregisteredParamTypeMaxSize) && !th.
IsHomogeneousAggregate
();