6 references to CheckInstrByte
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (6)
535
Debug.Assert(
CheckInstrByte
(ReadByteAt(methodStart + offset), X86_INSTR_PUSH_EBP) ||
537
CheckInstrByte
(ReadByteAt(methodStart + offset), X86_INSTR_JMP_NEAR_REL32)); // a rejit jmp-stamp
736
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_PUSH_EAX))
743
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_XOR))
761
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_NOP))
844
if (
CheckInstrByte
(ReadByteAt(baseAddress + offset), X86_INSTR_CALL_REL32))