Lines Matching refs:instructions
97 // branch instructions. These are also the ones that need changing when a
108 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
109 // Patch the code at the current address with the supplied instructions.
111 *(pc_ + i) = *(instructions + i);
120 // Additional guard int3 instructions can be added if required.
142 // Add the requested number of int3 instructions after the call.
261 // that we are still not overlapping instructions and relocation info).
1484 // FPU instructions.
2483 // Clear the buffer in debug mode. Use 'int3' instructions to make