33 references to GCDecodeUnsigned
Microsoft.Diagnostics.DataContractReader.Contracts (33)
Contracts\GCInfo\X86\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);
327
val = _target.
GCDecodeUnsigned
(ref argOffset);
360
uint pndOffs = _target.
GCDecodeUnsigned
(ref offset);
398
uint pushCount = _target.
GCDecodeUnsigned
(ref offset);
412
skip = _target.
GCDecodeUnsigned
(ref offset);
469
callArgCnt = _target.
GCDecodeUnsigned
(ref offset);
470
callPndMask = _target.
GCDecodeUnsigned
(ref offset);
479
imask = _target.
GCDecodeUnsigned
(ref offset);
Contracts\GCInfo\X86\GCInfo.cs (13)
114
MethodSize = target.
GCDecodeUnsigned
(ref offset);
205
uint regionOffset = _target.
GCDecodeUnsigned
(ref ptr);
206
uint regionSize = _target.
GCDecodeUnsigned
(ref ptr);
231
_target.
GCDecodeUnsigned
(ref argTabPtr);
232
_target.
GCDecodeUnsigned
(ref argTabPtr);
246
_target.
GCDecodeUnsigned
(ref argTabPtr);
247
_target.
GCDecodeUnsigned
(ref argTabPtr);
248
_target.
GCDecodeUnsigned
(ref argTabPtr);
325
_target.
GCDecodeUnsigned
(ref offset);
326
_target.
GCDecodeUnsigned
(ref offset);
380
_target.
GCDecodeUnsigned
(ref offset);
381
_target.
GCDecodeUnsigned
(ref offset);
397
uint varOffsRaw = _target.
GCDecodeUnsigned
(ref offset);
Contracts\GCInfo\X86\GCInfoTargetExtensions.cs (1)
67
uint delta = target.
GCDecodeUnsigned
(ref src);
Contracts\GCInfo\X86\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);