6 references to HotColdMap
Microsoft.Diagnostics.DataContractReader.Contracts (6)
_generated\171\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunInfo.g.cs (1)
394_ = HotColdMap;
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (3)
55if (_hotCold.TryGetColdFunctionIndex(r2rInfo.NumHotColdMap, r2rInfo.HotColdMap, index, out uint coldFunctionIndex)) 93if (_hotCold.TryGetColdFunctionIndex(r2rInfo.NumHotColdMap, r2rInfo.HotColdMap, index, r2rInfo.NumRuntimeFunctions, out uint coldStartIdx, out uint coldEndIdx)) 237index = _hotCold.GetHotFunctionIndex(r2rInfo.NumHotColdMap, r2rInfo.HotColdMap, index);
Data\ReadyToRunInfo.cs (2)
40[DataDescriptorDependency(nameof(HotColdMap), "pointer")] 46? target.ReadPointerField(address, type, nameof(HotColdMap))