9 references to
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (4)
194
PgoSchemaElem[] schema = _profileDataManager
[
md].SchemaData;
219
PgoSchemaElem[] schema = _profileDataManager
[
method].SchemaData;
256
PgoSchemaElem[] schema = _profileDataManager
[
method].SchemaData;
272
PgoProcessor.EncodePgoData(CorInfoImpl.ConvertTypeHandleHistogramsToCompactTypeHistogramFormat(_profileDataManager
[
method].SchemaData, factory.CompilationModuleGroup), pgoEmitter, false);
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1022
if (ProfileDataManager
[
method].SchemaData != null)
Compiler\FileLayoutOptimizer.cs (4)
163
methods.MergeSortAllowDuplicates((MethodWithGCInfo left, MethodWithGCInfo right) => (_profileData
[
left.Method] != null).CompareTo(_profileData
[
right.Method] != null));
244
var profileData = _profileData
[
method.Method];
341
MethodProfileData data = _profileData
[
method.Method];