1 write to InstrumentationDataTable
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1034InstrumentationDataTable = new InstrumentationDataTableNode(this, ProfileDataManager);
5 references to InstrumentationDataTable
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1035Header.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
Compiler\ReadyToRunCodegenCompilation.cs (2)
373if (nodeFactory.InstrumentationDataTable != null) 374nodeFactory.InstrumentationDataTable.Initialize(SymbolNodeFactory);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
573Debug.Assert(_compilation.NodeFactory.InstrumentationDataTable != null, "Expected InstrumentationDataTable to be non-null with synthesized PGO data to embed"); 574_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies, _synthesizedPgoDependencies);