1 write to InstrumentationDataTable
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1236InstrumentationDataTable = new InstrumentationDataTableNode(this, ProfileDataManager);
5 references to InstrumentationDataTable
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1237Header.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData, InstrumentationDataTable);
Compiler\ReadyToRunCodegenCompilation.cs (2)
385if (nodeFactory.InstrumentationDataTable != null) 386nodeFactory.InstrumentationDataTable.Initialize(SymbolNodeFactory);
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
597Debug.Assert(_compilation.NodeFactory.InstrumentationDataTable != null, "Expected InstrumentationDataTable to be non-null with synthesized PGO data to embed"); 598_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies, _synthesizedPgoDependencies);