2 writes to _roDataBlob
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
680
_roDataBlob
= null;
4027
_roDataBlob
= new MethodReadOnlyDataNode(MethodBeingCompiled);
4 references to _roDataBlob
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
596
if (
_roDataBlob
== null)
606
new ISymbolDefinitionNode[] {
_roDataBlob
});
608
_roDataBlob
.InitializeData(objectData);
4356
relocTarget =
_roDataBlob
;