Lines Matching refs:kInstrSize
212 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
691 BlockConstPoolBefore(pc_offset() + kInstrSize); in addrmod1()
816 BlockConstPoolBefore(pc_offset() + kInstrSize); in branch_offset()
930 int pattern_size = 2 * kInstrSize; in add()
935 instr_at(pc_ - 1 * kInstrSize) == kPopInstruction && in add()
936 (instr_at(pc_ - 2 * kInstrSize) & ~RdMask) == kPushRegPattern) { in add()
937 pc_ -= 2 * kInstrSize; in add()
1129 int pattern_size = 2 * kInstrSize; in ldr()
1134 instr_at(pc_ - 1 * kInstrSize) == (kPopRegPattern | dst.code() * B12) && in ldr()
1135 instr_at(pc_ - 2 * kInstrSize) == (kPushRegPattern | dst.code() * B12)) { in ldr()
1136 pc_ -= 2 * kInstrSize; in ldr()
1150 int pattern_size = 2 * kInstrSize; in str()
1155 instr_at(pc_ - 1 * kInstrSize) == (kPushRegPattern | src.code() * B12) && in str()
1156 instr_at(pc_ - 2 * kInstrSize) == kPopInstruction) { in str()
1157 pc_ -= 2 * kInstrSize; in str()
1213 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
1659 BlockConstPoolBefore(pc_offset() + instructions * kInstrSize); in BlockConstPoolFor()
1777 BlockConstPoolBefore(pc_offset() + kInstrSize); in RecordRelocInfo()
1838 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool()
1844 jump_instr + kInstrSize + num_prinfo_*(kInstrSize + kMaxRelocSize); in CheckConstPool()
1848 BlockConstPoolBefore(pc_offset() + jump_instr + kInstrSize + in CheckConstPool()
1849 num_prinfo_*kInstrSize); in CheckConstPool()