3 overrides of GetUnwindInfo
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
64
public override TargetPointer
GetUnwindInfo
(RangeSection rangeSection, TargetCodePointer jittedCodeAddress)
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
62
public override TargetPointer
GetUnwindInfo
(RangeSection rangeSection, TargetCodePointer jittedCodeAddress)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
106
public override TargetPointer
GetUnwindInfo
(RangeSection rangeSection, TargetCodePointer jittedCodeAddress)
2 references to GetUnwindInfo
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
253
TargetPointer runtimeFunctionPtr = jitManager?.
GetUnwindInfo
(range, codeInfoHandle.Address.Value) ?? TargetPointer.Null;
360
return jitManager?.
GetUnwindInfo
(range, codeInfoHandle.Address.Value) ?? TargetPointer.Null;