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