Home | History | Annotate | Download | only in arm

Lines Matching full:instruction_count

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