5 references to
ILCompiler.RyuJit (5)
src\runtime\src\coreclr\tools\aot\ILCompiler.ReadyToRun\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];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4621
PgoSchemaElem[] pgoResultsSchemas = _compilation.ProfileData
[
methodDesc]?.SchemaData;