1 write to _bbCounts
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3216
BlockCounts* blockCounts = (BlockCounts*)GetPin(
_bbCounts
= new byte[countSchemaItems * sizeof(BlockCounts)]);
3 references to _bbCounts
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
3163
if (
_bbCounts
!= null)
3165
fixed (byte* pBBCountData =
_bbCounts
)
3167
if (pBBCountData <= (byte*)location && (byte*)location < (pBBCountData +
_bbCounts
.Length))