Searched refs:instruction_count (Results 1 – 5 of 5) sorted by relevance
327 void PatchCode(byte* instructions, int instruction_count);
184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument186 for (int i = 0; i < instruction_count; i++) { in PatchCode()191 CPU::FlushICache(pc_, instruction_count); in PatchCode()
189 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument192 for (int i = 0; i < instruction_count; i++) { in PatchCode()197 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
188 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument190 for (int i = 0; i < instruction_count; i++) { in PatchCode()195 CPU::FlushICache(pc_, instruction_count); in PatchCode()
142 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument146 for (int i = 0; i < instruction_count; i++) { in PatchCode()151 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()