2 writes to _rwData
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
682
_rwData
= null;
4054
_rwData
= new byte[rwDataSize];
6 references to _rwData
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
620
var objectData = new ObjectNode.ObjectData(
_rwData
,
4056
byte* rwDataBlock = (byte*)GetPin(
_rwData
);
4241
if (
_rwData
!= null)
4243
fixed (byte* pRWData =
_rwData
)
4245
if (pRWData <= (byte*)location && (byte*)location < pRWData +
_rwData
.Length)
4278
length =
_rwData
.Length;