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)
115
MethodSize = target.
GCDecodeUnsigned
(ref offset);
207
uint regionOffset = _target.
GCDecodeUnsigned
(ref ptr);
208
uint regionSize = _target.
GCDecodeUnsigned
(ref ptr);
233
_target.
GCDecodeUnsigned
(ref argTabPtr);
234
_target.
GCDecodeUnsigned
(ref argTabPtr);
248
_target.
GCDecodeUnsigned
(ref argTabPtr);
249
_target.
GCDecodeUnsigned
(ref argTabPtr);
250
_target.
GCDecodeUnsigned
(ref argTabPtr);
327
_target.
GCDecodeUnsigned
(ref offset);
328
_target.
GCDecodeUnsigned
(ref offset);
382
_target.
GCDecodeUnsigned
(ref offset);
383
_target.
GCDecodeUnsigned
(ref offset);
399
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);