Lines Matching refs:pc_offset
290 desc->instr_size = pc_offset(); in GetCode()
301 int delta = (m - (pc_offset() & (m - 1))) & (m - 1); in Align()
322 DCHECK(0 <= pos && pos <= pc_offset()); // Position must be valid. in bind_to()
371 bind_to(L, pc_offset()); in bind()
393 desc.instr_size = pc_offset(); in GrowBuffer()
443 int offset = label->pos() - pc_offset() - sizeof(int32_t); in emit_operand()
448 label->link_to(pc_offset() - sizeof(int32_t)); in emit_operand()
451 int32_t current = pc_offset(); in emit_operand()
810 int offset = L->pos() - pc_offset() - sizeof(int32_t); in call()
815 L->link_to(pc_offset() - sizeof(int32_t)); in call()
818 int32_t current = pc_offset(); in call()
1152 int offs = L->pos() - pc_offset(); in j()
1178 int offset = L->near_link_pos() - pc_offset(); in j()
1182 L->link_to(pc_offset(), Label::kNear); in j()
1189 L->link_to(pc_offset() - sizeof(int32_t)); in j()
1194 int32_t current = pc_offset(); in j()
1228 int offs = L->pos() - pc_offset() - 1; in jmp()
1243 int offset = L->near_link_pos() - pc_offset(); in jmp()
1247 L->link_to(pc_offset(), Label::kNear); in jmp()
1253 L->link_to(pc_offset() - long_size); in jmp()
1258 int32_t current = pc_offset(); in jmp()
1494 int offset = src->pos() - pc_offset() - sizeof(int32_t); in movl()
1499 src->link_to(pc_offset() - sizeof(int32_t)); in movl()
1502 int32_t current = pc_offset(); in movl()
4090 internal_reference_positions_.push_back(pc_offset()); in dq()
4097 label->link_to(pc_offset() - sizeof(int32_t)); in dq()
4100 int32_t current = pc_offset(); in dq()