1 write to _profileDataManager
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (1)
33
_profileDataManager
= profileDataManager;
6 references to _profileDataManager
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (6)
194
PgoSchemaElem[] schema =
_profileDataManager
[md].SchemaData;
217
foreach (MethodDesc method in
_profileDataManager
.GetInputProfileDataMethodsForModule(inputModule))
219
PgoSchemaElem[] schema =
_profileDataManager
[method].SchemaData;
254
foreach (MethodDesc method in
_profileDataManager
.GetInputProfileDataMethodsForModule(inputModule))
256
PgoSchemaElem[] schema =
_profileDataManager
[method].SchemaData;
272
PgoProcessor.EncodePgoData(CorInfoImpl.ConvertTypeHandleHistogramsToCompactTypeHistogramFormat(
_profileDataManager
[method].SchemaData, factory.CompilationModuleGroup), pgoEmitter, false);