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