2 instantiations of X86GCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\GCInfoX86_1.cs (1)
26
=> new GCInfoHelpers.X86.
X86GCInfo
(_target, gcInfoAddress, gcVersion);
Contracts\StackWalk\Context\X86\X86Unwinder.cs (1)
66
X86GCInfo gcInfo =
new
(_target, gcInfoAddress, gcInfoVersion, relOffset);
10 references to X86GCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\GCInfo\GCInfoX86_1.cs (1)
13
/// The decoder lives at <see cref="GCInfoHelpers.X86.
X86GCInfo
"/> and is shared with the
Contracts\StackWalk\Context\X86\X86Unwinder.cs (9)
66
X86GCInfo
gcInfo = new(_target, gcInfoAddress, gcInfoVersion, relOffset);
100
private void UnwindEpilog(ref X86Context context,
X86GCInfo
gcInfo, TargetPointer epilogBase)
118
private void UnwindEbpDoubleAlignFrameEpilog(ref X86Context context,
X86GCInfo
gcInfo, TargetPointer epilogBase)
245
private void UnwindEspFrameEpilog(ref X86Context context,
X86GCInfo
gcInfo, TargetPointer epilogBase)
311
private void UnwindEspFrame(ref X86Context context,
X86GCInfo
gcInfo, TargetPointer methodStart)
351
private void UnwindEspFrameProlog(ref X86Context context,
X86GCInfo
gcInfo, TargetPointer methodStart)
430
X86GCInfo
gcInfo,
514
private void UnwindEbpDoubleAlignFrameProlog(ref X86Context context,
X86GCInfo
gcInfo, TargetPointer methodStart)
614
private uint ESPIncrementOnReturn(
X86GCInfo
gcInfo)