1 write to EpilogOffset
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
107
EpilogOffset
= relativeOffset - epilogStart;
12 references to EpilogOffset
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (1)
47
public bool IsInEpilog =>
EpilogOffset
!= unchecked((uint)-1);
Contracts\StackWalk\Context\X86\X86Unwinder.cs (11)
70
TargetPointer epilogBase = methodStart + (gcInfo.RelativeOffset - gcInfo.
EpilogOffset
);
102
Debug.Assert(gcInfo.
EpilogOffset
> 0);
132
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))
170
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))
190
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))
211
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))
226
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))
233
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))
248
Debug.Assert(gcInfo.
EpilogOffset
> 0);
255
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))
284
if (!InstructionAlreadyExecuted(offset, gcInfo.
EpilogOffset
))