Home | History | Annotate | Download | only in x64

Lines Matching full:instruction_count

188 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
190 for (int i = 0; i < instruction_count; i++) {
195 CPU::FlushICache(pc_, instruction_count);