2 writes to _rwDataBlob
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
683
_rwDataBlob
= null;
4055
_rwDataBlob
= new MethodReadWriteDataNode(MethodBeingCompiled);
4 references to _rwDataBlob
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
613
if (
_rwDataBlob
== null)
623
new ISymbolDefinitionNode[] {
_rwDataBlob
});
625
_rwDataBlob
.InitializeData(objectData);
4360
relocTarget =
_rwDataBlob
;