Searched refs:instr_count (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/callgrind/ |
D | bb.c | 122 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted) in new_bb() argument 132 size = sizeof(BB) + instr_count * sizeof(InstrInfo) in new_bb() 140 bb->instr_count = instr_count; in new_bb() 143 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]); in new_bb() 163 instr_count, cjmp_count, in new_bb() 260 if (bb->instr_count != n_instrs) { in CLG_() 270 bb->offset, bb->instr_count); in CLG_() 271 CLG_ASSERT(bb->instr_count == n_instrs ); in CLG_() 340 + bb->instr_count * sizeof(InstrInfo) in CLG_()
|
D | global.h | 322 UInt instr_count; member 742 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0; in bb_jmpaddr()
|
D | bbcc.c | 598 UInt instr_count = last_bb->jmp[passed].instr+1; in CLG_() local 599 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count; in CLG_() 883 bb->instr_count, bb->instr_len); in CLG_()
|
D | debug.c | 356 for(i=0; i<bb->instr_count; i++) { in CLG_()
|
D | dump.c | 791 VG_(printf)("+ fprint_bbcc (Instr %d): ", bb->instr_count); in fprint_bbcc() 802 for(instr=0; instr<bb->instr_count; instr++, instr_info++) { in fprint_bbcc() 1572 (*p)->bb->instr_count, in print_bbccs_of_thread()
|
D | main.c | 738 tl_assert(clgs->ii_index < clgs->bb->instr_count); in next_InstrInfo() 767 CLG_ASSERT(clgs->bb->instr_count == clgs->ii_index); in update_cost_offsets() 1231 CLG_ASSERT(clgs.bb->instr_count = clgs.ii_index); in CLG_()
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 974 int instr_count = 0, prev_instr_count; in visit() local 989 prev_instr_count = instr_count; in visit() 1005 instr_count = intHolder [0] + 1; // [+ 1 for the branch] in visit() 1023 instr_count = intHolder [0]; in visit() 1026 block.m_instrCount = instr_count - prev_instr_count; // m_instrCount set in visit()
|