Home | History | Annotate | Download | only in ia32

Lines Matching defs:int3

120 // Additional guard int3 instructions can be added if required.
122 // Call instruction takes up 5 bytes and int3 takes up one byte.
142 // Add the requested number of int3 instructions after the call.
145 patcher.masm()->int3();
247 memset(buffer_, 0xCC, buffer_size_); // int3
1211 void Assembler::int3() {
2483 // Clear the buffer in debug mode. Use 'int3' instructions to make