2 writes to _coldCode
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
696
_coldCode
= null;
4297
chunk.block = (byte*)GetPin(
_coldCode
= new byte[chunk.size]);
5 references to _coldCode
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
505
var coldObjectData = new ObjectNode.ObjectData(
_coldCode
,
4512
if (
_coldCode
!= null)
4514
fixed (byte* pColdCode =
_coldCode
)
4516
if (pColdCode <= (byte*)location && (byte*)location < pColdCode +
_coldCode
.Length)
4579
length =
_coldCode
.Length;