2 writes to _coldCode
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
675
_coldCode
= null;
3951
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)
484
var coldObjectData = new ObjectNode.ObjectData(
_coldCode
,
4166
if (
_coldCode
!= null)
4168
fixed (byte* pColdCode =
_coldCode
)
4170
if (pColdCode <= (byte*)location && (byte*)location < pColdCode +
_coldCode
.Length)
4231
length =
_coldCode
.Length;