7 references to NumHotColdMap
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\171\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunInfo.g.cs (1)
385_ = NumHotColdMap;
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 (3)
39[DataDescriptorDependency(nameof(NumHotColdMap), "uint32")] 44Debug.Assert(NumHotColdMap % 2 == 0, "Hot/cold map should have an even number of entries (pairs of hot/cold runtime function indexes)"); 45return NumHotColdMap > 0