1 write to NumRuntimeFunctions
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\140\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunInfo.g.cs (1)
35NumRuntimeFunctions = target.ReadField<uint>(b, t, n);
5 references to NumRuntimeFunctions
Microsoft.Diagnostics.DataContractReader.Contracts (5)
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 (1)
31RuntimeFunctions = NumRuntimeFunctions > 0