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));
1170
if (_argTypeHandle.
IsHomogeneousAggregate
())
1319
if (_argTypeHandle.
IsHomogeneousAggregate
())
1589
if (IsValueType() && !IsVarArg && _argTypeHandle.
IsHomogeneousAggregate
())
1823
if (!_argTypeHandle.IsNull() && _argTypeHandle.
IsHomogeneousAggregate
())
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (2)
384
if (thRetType.
IsHomogeneousAggregate
() && !isVarArgMethod)
627
return (th.GetSize() > EnregisteredParamTypeMaxSize) && !th.
IsHomogeneousAggregate
();