2 overrides of GetAllMethodProfileData
ILCompiler.RyuJit (2)
parent\ILCompiler.ReadyToRun\Compiler\ProfileData.cs (1)
140
public override IEnumerable<MethodProfileData>
GetAllMethodProfileData
()
parent\ILCompiler.ReadyToRun\IBC\IBCProfileData.cs (1)
74
public override IEnumerable<MethodProfileData>
GetAllMethodProfileData
()
1 reference to GetAllMethodProfileData
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\Compiler\ProfileData.cs (1)
69
foreach (MethodProfileData data in profileData.
GetAllMethodProfileData
())