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