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)
336
infoHdr.UntrackedCount = target.
GCDecodeUnsigned
(ref offset);
341
infoHdr.VarPtrTableSize = target.
GCDecodeUnsigned
(ref offset);
345
infoHdr.GsCookieOffset = target.
GCDecodeUnsigned
(ref offset);
349
infoHdr.SyncStartOffset = target.
GCDecodeUnsigned
(ref offset);
350
infoHdr.SyndEndOffset = target.
GCDecodeUnsigned
(ref offset);
354
infoHdr.RevPInvokeOffset = target.
GCDecodeUnsigned
(ref offset);
359
infoHdr.NoGCRegionCount = target.
GCDecodeUnsigned
(ref offset);
386
infoHdr.ArgTabOffset = target.
GCDecodeUnsigned
(ref offset);