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