1 write to ProfileDataManager
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
251
ProfileDataManager
= profileDataManager;
6 references to ProfileDataManager
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
1058
if ((
ProfileDataManager
!= null) && (
ProfileDataManager
.EmbedPgoDataInR2RImage))
1066
foreach (MethodDesc method in
ProfileDataManager
.GetInputProfileDataMethodsForModule(inputModule))
1068
if (
ProfileDataManager
[method].SchemaData != null)
1078
if (
ProfileDataManager
.SynthesizeRandomPgoData || HasAnyProfileDataForInput())
1080
InstrumentationDataTable = new InstrumentationDataTableNode(this,
ProfileDataManager
);