Lines Matching refs:pc_offset
272 desc->instr_size = pc_offset(); in GetCode()
284 DCHECK_EQ(pc_offset() & (kInstrSize - 1), 0); in Align()
285 while ((pc_offset() & (m - 1)) != 0) { in Align()
572 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position in bind_to()
605 bind_to(L, pc_offset()); in bind()
626 int offset = L->pos() - pc_offset(); in is_near()
710 position = pc_offset(); in link()
712 L->link_to(pc_offset()); in link()
984 int pos = pc_offset(); in cmpwi()
1242 DCHECK_EQ(pc_offset(), 0); in function_descriptor()
1455 int link = position - pc_offset(); in mov_label_offset()
1484 int link = position - pc_offset(); in add_label_offset()
1513 int link = position - pc_offset(); in mov_label_addr()
1543 int link = position - pc_offset(); in emit_label_addr()
2019 desc.instr_size = pc_offset(); in GrowBuffer()
2080 DeferredRelocInfo rinfo(pc_offset(), rmode, data); in RecordRelocInfo()
2112 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); in BlockTrampolinePoolFor()
2123 if (pc_offset() < no_trampoline_pool_before_) { in CheckTrampolinePool()
2143 trampoline_ = Trampoline(pc_offset() - size, tracked_branch_count_); in CheckTrampolinePool()