3 overrides of GetMethodRegionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
46public override void GetMethodRegionInfo(
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
45public override void GetMethodRegionInfo(
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
74public override void GetMethodRegionInfo(
1 reference to GetMethodRegionInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
278jitManager?.GetMethodRegionInfo(range, codeInfoHandle.Address.Value, out hotSize, out coldStart, out coldSize);