Lines Matching refs:instr_offset
110 CLG_(bb_base) + ii->instr_offset, ii->instr_size); in log_global_event()
139 CLG_(bb_base) + ii->instr_offset, taken); in log_cond_branch()
141 miss = 1 & do_cond_branch_predict(CLG_(bb_base) + ii->instr_offset, taken); in log_cond_branch()
169 CLG_(bb_base) + ii->instr_offset, actual_dst); in log_ind_branch()
171 miss = 1 & do_ind_branch_predict(CLG_(bb_base) + ii->instr_offset, actual_dst); in log_ind_branch()
318 UInt instr_offset; member
330 ev->inode, ev->inode->instr_offset); in showEvent()
334 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB); in showEvent()
340 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB); in showEvent()
346 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB); in showEvent()
736 CLG_ASSERT(ii->instr_offset == clgs->instr_offset); in next_InstrInfo()
740 ii->instr_offset = clgs->instr_offset; in next_InstrInfo()
747 clgs->instr_offset += instr_size; in next_InstrInfo()
964 clgs.instr_offset = 0; in CLG_()
982 CLG_ASSERT(clgs.instr_offset == (Addr)cia - origAddr); in CLG_()
1222 CLG_ASSERT(clgs.bb->instr_len = clgs.instr_offset); in CLG_()
1227 clgs.bb->instr_len = clgs.instr_offset; in CLG_()