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