1 write to _profileData
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\Compiler\FileLayoutOptimizer.cs (1)
61_profileData = profileData;
4 references to _profileData
ILCompiler.RyuJit (4)
parent\ILCompiler.ReadyToRun\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];