Home | History | Annotate | Download | only in ia32

Lines Matching full:instruction_count

184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
186 for (int i = 0; i < instruction_count; i++) {
191 CPU::FlushICache(pc_, instruction_count);