6 references to IsLayoutFixedInCurrentVersionBubble
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCodegenCompilation.cs (3)
638
if (!
IsLayoutFixedInCurrentVersionBubble
(fieldType))
658
if (!
IsLayoutFixedInCurrentVersionBubble
(type))
674
if (!
IsLayoutFixedInCurrentVersionBubble
(type))
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3108
return !_compilation.
IsLayoutFixedInCurrentVersionBubble
(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable());
3133
else if (!_compilation.
IsLayoutFixedInCurrentVersionBubble
(pMT))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2729
if (!parNode->hasSignificantPadding && !_compilation.
IsLayoutFixedInCurrentVersionBubble
(type))