6 references to IsLayoutFixedInCurrentVersionBubble
ILCompiler.ReadyToRun (6)
Compiler\ReadyToRunCodegenCompilation.cs (3)
624
if (!
IsLayoutFixedInCurrentVersionBubble
(fieldType))
644
if (!
IsLayoutFixedInCurrentVersionBubble
(type))
660
if (!
IsLayoutFixedInCurrentVersionBubble
(type))
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3034
return !_compilation.
IsLayoutFixedInCurrentVersionBubble
(type) || (_compilation.SymbolNodeFactory.VerifyTypeAndFieldLayout && !((MetadataType)type).IsNonVersionable());
3059
else if (!_compilation.
IsLayoutFixedInCurrentVersionBubble
(pMT))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
2574
if (!parNode->hasSignificantPadding && !_compilation.
IsLayoutFixedInCurrentVersionBubble
(type))