7 references to NumRuntimeFunctions
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\171\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunInfo.g.cs (1)
384_ = NumRuntimeFunctions;
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (4)
57Debug.Assert(coldFunctionIndex < r2rInfo.NumRuntimeFunctions); 93if (_hotCold.TryGetColdFunctionIndex(r2rInfo.NumHotColdMap, r2rInfo.HotColdMap, index, r2rInfo.NumRuntimeFunctions, out uint coldStartIdx, out uint coldEndIdx)) 231return _runtimeFunctions.TryGetRuntimeFunctionIndexForAddress(r2rInfo.RuntimeFunctions, r2rInfo.NumRuntimeFunctions, relativeAddr, out runtimeFunctionIndex); 238Debug.Assert(index < r2rInfo.NumRuntimeFunctions);
Data\ReadyToRunInfo.cs (2)
29[DataDescriptorDependency(nameof(NumRuntimeFunctions), "uint32")] 34return NumRuntimeFunctions > 0