35 references to InfoHdrAdjust
Microsoft.Diagnostics.DataContractReader.Contracts (35)
Contracts\StackWalk\Context\X86\GCInfoDecoding\InfoHdr.cs (35)
162
if (encoding < (uint)
InfoHdrAdjust
.NEXT_FOUR_START)
164
if (encoding < (uint)
InfoHdrAdjust
.SET_ARGCOUNT)
166
infoHdr.FrameSize = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_FRAMESIZE);
168
else if (encoding < (uint)
InfoHdrAdjust
.SET_PROLOGSIZE)
170
infoHdr.ArgCount = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_ARGCOUNT);
172
else if (encoding < (uint)
InfoHdrAdjust
.SET_EPILOGSIZE)
174
infoHdr.PrologSize = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_PROLOGSIZE);
176
else if (encoding < (uint)
InfoHdrAdjust
.SET_EPILOGCNT)
178
infoHdr.EpilogSize = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_EPILOGSIZE);
180
else if (encoding < (uint)
InfoHdrAdjust
.SET_UNTRACKED)
182
infoHdr.EpilogCount = (byte)((encoding - (uint)
InfoHdrAdjust
.SET_EPILOGCNT) / 2);
183
infoHdr.EpilogAtEnd = ((encoding - (uint)
InfoHdrAdjust
.SET_EPILOGCNT) & 1) == 1 ? true : false;
186
else if (encoding < (uint)
InfoHdrAdjust
.FIRST_FLIP)
188
infoHdr.UntrackedCount = (byte)(encoding - (uint)
InfoHdrAdjust
.SET_UNTRACKED);
194
case (byte)
InfoHdrAdjust
.FLIP_EDI_SAVED:
197
case (byte)
InfoHdrAdjust
.FLIP_ESI_SAVED:
200
case (byte)
InfoHdrAdjust
.FLIP_EBX_SAVED:
203
case (byte)
InfoHdrAdjust
.FLIP_EBP_SAVED:
206
case (byte)
InfoHdrAdjust
.FLIP_EBP_FRAME:
209
case (byte)
InfoHdrAdjust
.FLIP_INTERRUPTIBLE:
212
case (byte)
InfoHdrAdjust
.FLIP_DOUBLE_ALIGN:
215
case (byte)
InfoHdrAdjust
.FLIP_SECURITY:
218
case (byte)
InfoHdrAdjust
.FLIP_HANDLERS:
221
case (byte)
InfoHdrAdjust
.FLIP_LOCALLOC:
224
case (byte)
InfoHdrAdjust
.FLIP_EDITnCONTINUE:
227
case (byte)
InfoHdrAdjust
.FLIP_VAR_PTR_TABLE_SZ:
230
case (byte)
InfoHdrAdjust
.FFFF_UNTRACKED_CNT:
233
case (byte)
InfoHdrAdjust
.FLIP_VARARGS:
236
case (byte)
InfoHdrAdjust
.FLIP_PROF_CALLBACKS:
239
case (byte)
InfoHdrAdjust
.FLIP_HAS_GENERICS_CONTEXT:
242
case (byte)
InfoHdrAdjust
.FLIP_GENERICS_CONTEXT_IS_METHODDESC:
245
case (byte)
InfoHdrAdjust
.FLIP_HAS_GS_COOKIE:
248
case (byte)
InfoHdrAdjust
.FLIP_SYNC:
251
case (byte)
InfoHdrAdjust
.FLIP_REV_PINVOKE_FRAME:
255
case (byte)
InfoHdrAdjust
.NEXT_OPCODE: