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