Home | History | Annotate | Download | only in x64

Lines Matching refs:int3

157 // Additional guard int3 instructions can be added if required.
160 // takes up 13 bytes and int3 takes up one byte.
181 // Add the requested number of int3 instructions after the call.
183 patcher.masm()->int3();
382 memset(buffer_, 0xCC, buffer_size); // int3
511 // Clear the buffer in debug mode. Use 'int3' instructions to make
1215 void Assembler::int3() {