2 references to ProfileData
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
4611
PgoSchemaElem[] pgoResultsSchemas = _compilation.
ProfileData
.GetAllowSynthesis(_compilation, methodDesc, out bool isSynthesized)?.SchemaData;
4613
if (pgoResultsSchemas != null && isSynthesized && _compilation.
ProfileData
.EmbedPgoDataInR2RImage)