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