Lines Matching refs:kInstrSize
192 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
671 BlockConstPoolBefore(pc_offset() + kInstrSize); in addrmod1()
796 BlockConstPoolBefore(pc_offset() + kInstrSize); in branch_offset()
910 int pattern_size = 2 * kInstrSize; in add()
915 instr_at(pc_ - 1 * kInstrSize) == kPopInstruction && in add()
916 (instr_at(pc_ - 2 * kInstrSize) & ~RdMask) == kPushRegPattern) { in add()
917 pc_ -= 2 * kInstrSize; in add()
1109 int pattern_size = 2 * kInstrSize; in ldr()
1114 instr_at(pc_ - 1 * kInstrSize) == (kPopRegPattern | dst.code() * B12) && in ldr()
1115 instr_at(pc_ - 2 * kInstrSize) == (kPushRegPattern | dst.code() * B12)) { in ldr()
1116 pc_ -= 2 * kInstrSize; in ldr()
1130 int pattern_size = 2 * kInstrSize; in str()
1135 instr_at(pc_ - 1 * kInstrSize) == (kPushRegPattern | src.code() * B12) && in str()
1136 instr_at(pc_ - 2 * kInstrSize) == kPopInstruction) { in str()
1137 pc_ -= 2 * kInstrSize; in str()
1193 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
1637 BlockConstPoolBefore(pc_offset() + instructions * kInstrSize); in BlockConstPoolFor()
1755 BlockConstPoolBefore(pc_offset() + kInstrSize); in RecordRelocInfo()
1816 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool()
1822 jump_instr + kInstrSize + num_prinfo_*(kInstrSize + kMaxRelocSize); in CheckConstPool()
1826 BlockConstPoolBefore(pc_offset() + jump_instr + kInstrSize + in CheckConstPool()
1827 num_prinfo_*kInstrSize); in CheckConstPool()