Lines Matching refs:instructions
178 // branch instructions. These are also the ones that need changing when a
184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
185 // Patch the code at the current address with the supplied instructions.
187 *(pc_ + i) = *(instructions + i);
196 // Additional guard int3 instructions can be added if required.
218 // Add the requested number of int3 instructions after the call.
378 // that we are still not overlapping instructions and relocation info).
411 // instructions.
1553 // FPU instructions.
2469 // Clear the buffer in debug mode. Use 'int3' instructions to make