1 write to InstrumentationDataTable
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1080InstrumentationDataTable = new InstrumentationDataTableNode(this, ProfileDataManager);
5 references to InstrumentationDataTable
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1081Header.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)
575Debug.Assert(_compilation.NodeFactory.InstrumentationDataTable != null, "Expected InstrumentationDataTable to be non-null with synthesized PGO data to embed"); 576_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies, _synthesizedPgoDependencies);