2 writes to _roDataBlob
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
678
_roDataBlob
= null;
3976
_roDataBlob
= new MethodReadOnlyDataNode(MethodBeingCompiled);
4 references to _roDataBlob
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
594
if (
_roDataBlob
== null)
604
new ISymbolDefinitionNode[] {
_roDataBlob
});
606
_roDataBlob
.InitializeData(objectData);
4304
relocTarget =
_roDataBlob
;