Home | History | Annotate | Download | only in arm

Lines Matching refs:kInstrSize

151   CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
1481 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize);
2556 int pc_limit = pc_offset() + instructions * kInstrSize;
2604 int jump_instr = require_jump ? kInstrSize : 0;
2605 int needed_space = jump_instr + kInstrSize +
2606 num_pending_reloc_info_ * kInstrSize + kGap;