3 writes to hasSignificantPadding
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
2659
parNode->
hasSignificantPadding
= type.IsExplicitLayout || (type.IsSequentialLayout && type.GetClassLayout().Size != 0);
2678
parNode->
hasSignificantPadding
= true;
2746
treeNode->
hasSignificantPadding
= false;
1 reference to hasSignificantPadding
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2672
if (!parNode->
hasSignificantPadding
&& !_compilation.IsLayoutFixedInCurrentVersionBubble(type))