35 references to InfoHdrAdjust
Microsoft.Diagnostics.DataContractReader.Contracts (35)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (35)
170
if (encoding < (uint)
InfoHdrAdjust
.NEXT_FOUR_START)
172
if (encoding < (uint)
InfoHdrAdjust
.SET_ARGCOUNT)
174
infoHdr.FrameSize = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_FRAMESIZE);
176
else if (encoding < (uint)
InfoHdrAdjust
.SET_PROLOGSIZE)
178
infoHdr.ArgCount = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_ARGCOUNT);
180
else if (encoding < (uint)
InfoHdrAdjust
.SET_EPILOGSIZE)
182
infoHdr.PrologSize = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_PROLOGSIZE);
184
else if (encoding < (uint)
InfoHdrAdjust
.SET_EPILOGCNT)
186
infoHdr.EpilogSize = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_EPILOGSIZE);
188
else if (encoding < (uint)
InfoHdrAdjust
.SET_UNTRACKED)
190
infoHdr.EpilogCount = (byte)((encoding - (uint)
InfoHdrAdjust
.SET_EPILOGCNT) / 2);
191
infoHdr.EpilogAtEnd = ((encoding - (uint)
InfoHdrAdjust
.SET_EPILOGCNT) & 1) == 1 ? true : false;
194
else if (encoding < (uint)
InfoHdrAdjust
.FIRST_FLIP)
196
infoHdr.UntrackedCount = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_UNTRACKED);
202
case (byte)
InfoHdrAdjust
.FLIP_EDI_SAVED:
205
case (byte)
InfoHdrAdjust
.FLIP_ESI_SAVED:
208
case (byte)
InfoHdrAdjust
.FLIP_EBX_SAVED:
211
case (byte)
InfoHdrAdjust
.FLIP_EBP_SAVED:
214
case (byte)
InfoHdrAdjust
.FLIP_EBP_FRAME:
217
case (byte)
InfoHdrAdjust
.FLIP_INTERRUPTIBLE:
220
case (byte)
InfoHdrAdjust
.FLIP_DOUBLE_ALIGN:
223
case (byte)
InfoHdrAdjust
.FLIP_SECURITY:
226
case (byte)
InfoHdrAdjust
.FLIP_HANDLERS:
229
case (byte)
InfoHdrAdjust
.FLIP_LOCALLOC:
232
case (byte)
InfoHdrAdjust
.FLIP_EDITnCONTINUE:
235
case (byte)
InfoHdrAdjust
.FLIP_VAR_PTR_TABLE_SZ:
238
case (byte)
InfoHdrAdjust
.FFFF_UNTRACKED_CNT:
241
case (byte)
InfoHdrAdjust
.FLIP_VARARGS:
244
case (byte)
InfoHdrAdjust
.FLIP_PROF_CALLBACKS:
247
case (byte)
InfoHdrAdjust
.FLIP_HAS_GENERICS_CONTEXT:
250
case (byte)
InfoHdrAdjust
.FLIP_GENERICS_CONTEXT_IS_METHODDESC:
253
case (byte)
InfoHdrAdjust
.FLIP_HAS_GS_COOKIE:
256
case (byte)
InfoHdrAdjust
.FLIP_SYNC:
259
case (byte)
InfoHdrAdjust
.FLIP_REV_PINVOKE_FRAME:
263
case (byte)
InfoHdrAdjust
.NEXT_OPCODE: