Lines Matching refs:pc_offset
358 desc->instr_size = pc_offset(); in GetCode()
365 while ((pc_offset() & (m - 1)) != 0) { in Align()
654 ASSERT(0 <= pos && pos <= pc_offset()); // must have a valid binding position in bind_to()
692 bind_to(L, pc_offset()); in bind()
999 L->link_to(pc_offset()); in branch_offset()
1005 return target_pos - (pc_offset() + kPcLoadDelta); in branch_offset()
1481 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()
2455 desc.instr_size = pc_offset(); in GrowBuffer()
2524 first_const_pool_use_ = pc_offset(); in RecordRelocInfo()
2556 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor()
2584 next_buffer_check_ = pc_offset() + kCheckPoolInterval; in CheckConstPool()
2595 int dist = pc_offset() - first_const_pool_use_; in CheckConstPool()
2660 next_buffer_check_ = pc_offset() + kCheckPoolInterval; in CheckConstPool()