4 references to CallChainProfile
ILCompiler.ReadyToRun (4)
Compiler\FileLayoutOptimizer.cs (2)
278if (_profileData.CallChainProfile == null) 290foreach (KeyValuePair<MethodDesc, Dictionary<MethodDesc, int>> methodProfile in _profileData.CallChainProfile.ResolvedProfileData.Where(kvp => methodMap.ContainsKey(kvp.Key)))
Compiler\ReadyToRunCodegenCompilation.cs (2)
427callChainProfile: _profileData.CallChainProfile, 571_profileData.CallChainProfile,