1 write to SchemaData
ILCompiler.ReadyToRun (1)
Compiler\ProfileData.cs (1)
46
SchemaData
= schemaData;
12 references to SchemaData
ILCompiler.ReadyToRun (12)
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\ProfileData.cs (6)
96
if (data.
SchemaData
== null)
98
mergedSchemaData = dataToMerge.
SchemaData
;
100
else if (dataToMerge.
SchemaData
== null)
102
mergedSchemaData = data.
SchemaData
;
107
schemaElemMergerArray[0] = dataToMerge.
SchemaData
;
108
schemaElemMergerArray[1] = data.
SchemaData
;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4611
PgoSchemaElem[] pgoResultsSchemas = _compilation.ProfileData.GetAllowSynthesis(_compilation, methodDesc, out bool isSynthesized)?.
SchemaData
;