2 writes to _coldCode
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
696
_coldCode
= null;
4297
chunk.block = (byte*)GetPin(
_coldCode
= new byte[chunk.size]);
3 references to _coldCode
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
4512
if (
_coldCode
!= null)
4514
fixed (byte* pColdCode =
_coldCode
)
4516
if (pColdCode <= (byte*)location && (byte*)location < pColdCode +
_coldCode
.Length)