2 writes to _coldCode
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
677
_coldCode
= null;
4002
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)
486
var coldObjectData = new ObjectNode.ObjectData(
_coldCode
,
4217
if (
_coldCode
!= null)
4219
fixed (byte* pColdCode =
_coldCode
)
4221
if (pColdCode <= (byte*)location && (byte*)location < pColdCode +
_coldCode
.Length)
4282
length =
_coldCode
.Length;