Home | History | Annotate | Download | only in mips

Lines Matching full:instruction_count

189 void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
192 for (int i = 0; i < instruction_count; i++) {
197 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);