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);
325
val = _target.
GCDecodeUnsigned
(ref argOffset);
358
uint pndOffs = _target.
GCDecodeUnsigned
(ref offset);
396
uint pushCount = _target.
GCDecodeUnsigned
(ref offset);
410
skip = _target.
GCDecodeUnsigned
(ref offset);
467
callArgCnt = _target.
GCDecodeUnsigned
(ref offset);
468
callPndMask = _target.
GCDecodeUnsigned
(ref offset);
477
imask = _target.
GCDecodeUnsigned
(ref offset);
Contracts\GCInfo\X86\GCInfo.cs (13)
112
MethodSize = target.
GCDecodeUnsigned
(ref offset);
203
uint regionOffset = _target.
GCDecodeUnsigned
(ref ptr);
204
uint regionSize = _target.
GCDecodeUnsigned
(ref ptr);
229
_target.
GCDecodeUnsigned
(ref argTabPtr);
230
_target.
GCDecodeUnsigned
(ref argTabPtr);
244
_target.
GCDecodeUnsigned
(ref argTabPtr);
245
_target.
GCDecodeUnsigned
(ref argTabPtr);
246
_target.
GCDecodeUnsigned
(ref argTabPtr);
324
_target.
GCDecodeUnsigned
(ref offset);
325
_target.
GCDecodeUnsigned
(ref offset);
378
_target.
GCDecodeUnsigned
(ref offset);
379
_target.
GCDecodeUnsigned
(ref offset);
395
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);