2 references to ResolvedProfileData
ILCompiler.ReadyToRun (2)
Compiler\FileLayoutOptimizer.cs (1)
290
foreach (KeyValuePair<MethodDesc, Dictionary<MethodDesc, int>> methodProfile in _profileData.CallChainProfile.
ResolvedProfileData
.Where(kvp => methodMap.ContainsKey(kvp.Key)))
ObjectWriter\ProfileFileBuilder.cs (1)
153
foreach (KeyValuePair<MethodDesc, Dictionary<MethodDesc, int>> kvpCallerCalleeCount in _callChainProfile.
ResolvedProfileData
)