Home
last modified time | relevance | path

Searched refs:instr_count (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/callgrind/
Dbb.c120 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted) in new_bb() argument
130 size = sizeof(BB) + instr_count * sizeof(InstrInfo) in new_bb()
138 bb->instr_count = instr_count; in new_bb()
141 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]); in new_bb()
161 instr_count, cjmp_count, in new_bb()
258 if (bb->instr_count != n_instrs) { in CLG_()
268 (UWord)bb->offset, bb->instr_count); in CLG_()
269 CLG_ASSERT(bb->instr_count == n_instrs ); in CLG_()
338 + bb->instr_count * sizeof(InstrInfo) in CLG_()
Dbbcc.c610 UInt instr_count = last_bb->jmp[passed].instr+1; in CLG_() local
611 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count; in CLG_()
619 UInt instr_count = last_bb->jmp[passed].instr+1; in CLG_() local
620 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count; in CLG_()
622 += instr_count; in CLG_()
911 bb->instr_count, bb->instr_len); in CLG_()
Dglobal.h289 UInt instr_count; member
704 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0; in bb_jmpaddr()
Ddump.c692 VG_(printf)("+ fprint_bbcc (Instr %u): ", bb->instr_count); in fprint_bbcc()
703 for(instr=0; instr<bb->instr_count; instr++, instr_info++) { in fprint_bbcc()
1433 (*p)->bb->instr_count, in print_bbccs_of_thread()
Ddebug.c356 for(i=0; i<bb->instr_count; i++) { in CLG_()
Dmain.c783 tl_assert(clgs->ii_index < clgs->bb->instr_count); in next_InstrInfo()
812 CLG_ASSERT(clgs->bb->instr_count == clgs->ii_index); in update_cost_offsets()
1307 CLG_ASSERT(clgs.bb->instr_count == clgs.ii_index); in CLG_()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java974 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()