Lines Matching refs:instructions
210 // branch instructions. These are also the ones that need changing when a
216 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
217 // Patch the code at the current address with the supplied instructions.
219 *(pc_ + i) = *(instructions + i);
228 // Additional guard int3 instructions can be added if required.
250 // Add the requested number of int3 instructions after the call.
369 // that we are still not overlapping instructions and relocation info).
402 // instructions.
1581 // FPU instructions.
2563 // Clear the buffer in debug mode. Use 'int3' instructions to make