Home | History | Annotate | Download | only in arm

Lines Matching full:pc_offset

426   desc->instr_size = pc_offset();
433 while ((pc_offset() & (m - 1)) != 0) {
554 ASSERT(0 <= pos && pos <= pc_offset()); // must have a valid binding position
592 bind_to(L, pc_offset());
691 BlockConstPoolBefore(pc_offset() + kInstrSize);
811 L->link_to(pc_offset());
816 BlockConstPoolBefore(pc_offset() + kInstrSize);
817 return target_pos - (pc_offset() + kPcLoadDelta);
932 last_bound_pos_ <= (pc_offset() - pattern_size) &&
939 PrintF("%x push(reg)/pop() eliminated\n", pc_offset());
1131 last_bound_pos_ <= (pc_offset() - pattern_size) &&
1138 PrintF("%x push/pop (same reg) eliminated\n", pc_offset());
1152 last_bound_pos_ <= (pc_offset() - pattern_size) &&
1160 PrintF("%x pop()/push(reg) eliminated\n", pc_offset());
1213 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize);
1659 BlockConstPoolBefore(pc_offset() + instructions * kInstrSize);
1730 desc.instr_size = pc_offset();
1777 BlockConstPoolBefore(pc_offset() + kInstrSize);
1801 next_buffer_check_ = pc_offset() + kCheckConstInterval;
1811 int dist = pc_offset() - last_const_pool_end_;
1828 if (pc_offset() < no_const_pool_before_) {
1848 BlockConstPoolBefore(pc_offset() + jump_instr + kInstrSize +
1886 last_const_pool_end_ = pc_offset();
1896 next_buffer_check_ = pc_offset() + kCheckConstInterval;