6 references to CheckInstrByte
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (6)
536
Debug.Assert(
CheckInstrByte
(ReadByteAt(methodStart + offset), X86_INSTR_PUSH_EBP) ||
538
CheckInstrByte
(ReadByteAt(methodStart + offset), X86_INSTR_JMP_NEAR_REL32)); // a rejit jmp-stamp
737
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_PUSH_EAX))
744
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_XOR))
762
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_NOP))
845
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_CALL_REL32))