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