2 writes to _rwDataBlob
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
681
_rwDataBlob
= null;
4004
_rwDataBlob
= new MethodReadWriteDataNode(MethodBeingCompiled);
4 references to _rwDataBlob
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
611
if (
_rwDataBlob
== null)
621
new ISymbolDefinitionNode[] {
_rwDataBlob
});
623
_rwDataBlob
.InitializeData(objectData);
4308
relocTarget =
_rwDataBlob
;