• Home
  • Raw
  • Download

Lines Matching refs:pc_offset

510   desc->instr_size = pc_offset();  in GetCode()
520 DCHECK((pc_offset() & (kInstrSize - 1)) == 0); in Align()
521 while ((pc_offset() & (m - 1)) != 0) { in Align()
960 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position in bind_to()
977 bind_to(L, pc_offset()); in bind()
1157 ConstantPoolAddEntry(pc_offset(), x.rmode_, x.imm32_); in move_32_bit_immediate()
1339 target_pos = pc_offset(); in branch_offset()
1341 L->link_to(pc_offset()); in branch_offset()
1348 return target_pos - (pc_offset() + kPcLoadDelta); in branch_offset()
1520 int link = label->is_linked() ? label->pos() : pc_offset(); in mov_label_offset()
1521 label->link_to(pc_offset()); in mov_label_offset()
2083 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
2626 ConstantPoolEntry::Access access = ConstantPoolAddEntry(pc_offset(), imm); in vmov()
3660 desc.instr_size = pc_offset(); in GrowBuffer()
3815 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor()
3857 next_buffer_check_ = pc_offset() + kCheckPoolInterval; in CheckConstPool()
3896 int dist64 = pc_offset() + estimated_size - in CheckConstPool()
3905 int dist32 = pc_offset() + estimated_size - first_const_pool_32_use_; in CheckConstPool()
3982 int delta = pc_offset() - entry.position() - kPcLoadDelta; in CheckConstPool()
4013 int delta = pc_offset() - entry.position() - kPcLoadDelta; in CheckConstPool()
4053 next_buffer_check_ = pc_offset() + kCheckPoolInterval; in CheckConstPool()
4058 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction() argument
4061 Address pc = buffer_ + pc_offset; in PatchConstantPoolAccessInstruction()