Home | History | Annotate | Download | only in ia32

Lines Matching refs:int3

196 // Additional guard int3 instructions can be added if required.
198 // Call instruction takes up 5 bytes and int3 takes up one byte.
218 // Add the requested number of int3 instructions after the call.
221 patcher.masm()->int3();
349 memset(buffer_, 0xCC, buffer_size); // int3
1285 void Assembler::int3() {
2469 // Clear the buffer in debug mode. Use 'int3' instructions to make