1 write to InstrumentationDataTable
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1034
InstrumentationDataTable
= new InstrumentationDataTableNode(this, ProfileDataManager);
5 references to InstrumentationDataTable
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1035
Header.Add(Internal.Runtime.ReadyToRunSectionType.PgoInstrumentationData,
InstrumentationDataTable
);
Compiler\ReadyToRunCodegenCompilation.cs (2)
373
if (nodeFactory.
InstrumentationDataTable
!= null)
374
nodeFactory.
InstrumentationDataTable
.Initialize(SymbolNodeFactory);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
573
Debug.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);