2 references to _doubleAlignHeuristicCache
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
2376
if (!
_doubleAlignHeuristicCache
.TryGetValue(type, out bool doDoubleAlign))
2379
_doubleAlignHeuristicCache
.Add(type, doDoubleAlign);