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)
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];