26 references to GCDecodeUnsigned
Microsoft.Diagnostics.DataContractReader.Contracts (26)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCArgTable.cs (11)
171
val = _target.
GCDecodeUnsigned
(ref offset);
177
argOffs = _target.
GCDecodeUnsigned
(ref offset);
181
argOffs = _target.
GCDecodeUnsigned
(ref offset);
185
argOffs = _target.
GCDecodeUnsigned
(ref offset);
328
val = _target.
GCDecodeUnsigned
(ref argOffset);
361
uint pndOffs = _target.
GCDecodeUnsigned
(ref offset);
405
uint pushCount = _target.
GCDecodeUnsigned
(ref offset);
419
skip = _target.
GCDecodeUnsigned
(ref offset);
479
callArgCnt = _target.
GCDecodeUnsigned
(ref offset);
480
callPndMask = _target.
GCDecodeUnsigned
(ref offset);
489
imask = _target.
GCDecodeUnsigned
(ref offset);
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (6)
87
MethodSize = target.
GCDecodeUnsigned
(ref offset);
175
_target.
GCDecodeUnsigned
(ref argTabPtr);
176
_target.
GCDecodeUnsigned
(ref argTabPtr);
190
_target.
GCDecodeUnsigned
(ref argTabPtr);
191
_target.
GCDecodeUnsigned
(ref argTabPtr);
192
_target.
GCDecodeUnsigned
(ref argTabPtr);
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfoTargetExtensions.cs (1)
67
uint delta = target.
GCDecodeUnsigned
(ref src);
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (8)
320
infoHdr.UntrackedCount = target.
GCDecodeUnsigned
(ref offset);
325
infoHdr.VarPtrTableSize = target.
GCDecodeUnsigned
(ref offset);
329
infoHdr.GsCookieOffset = target.
GCDecodeUnsigned
(ref offset);
333
infoHdr.SyncStartOffset = target.
GCDecodeUnsigned
(ref offset);
334
infoHdr.SyndEndOffset = target.
GCDecodeUnsigned
(ref offset);
338
infoHdr.RevPInvokeOffset = target.
GCDecodeUnsigned
(ref offset);
343
infoHdr.NoGCRegionCount = target.
GCDecodeUnsigned
(ref offset);
370
infoHdr.ArgTabOffset = target.
GCDecodeUnsigned
(ref offset);