HomeSort by relevance Sort by last modified time
    Searched refs:instr_count (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/callgrind/
bb.c 122 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted)
132 size = sizeof(BB) + instr_count * sizeof(InstrInfo)
140 bb->instr_count = instr_count;
143 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]);
163 instr_count, cjmp_count,
260 if (bb->instr_count != n_instrs) {
270 bb->offset, bb->instr_count);
271 CLG_ASSERT(bb->instr_count == n_instrs );
340 + bb->instr_count * sizeof(InstrInfo
    [all...]
global.h 314 UInt instr_count; member in struct:_BB
740 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0;
bbcc.c 604 UInt instr_count = last_bb->jmp[passed].instr+1; local
605 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
887 bb->instr_count, bb->instr_len);
debug.c 356 for(i=0; i<bb->instr_count; i++) {
dump.c 791 VG_(printf)("+ fprint_bbcc (Instr %d): ", bb->instr_count);
802 for(instr=0; instr<bb->instr_count; instr++, instr_info++) {
    [all...]
main.c 732 tl_assert(clgs->ii_index < clgs->bb->instr_count);
761 CLG_ASSERT(clgs->bb->instr_count == clgs->ii_index);
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 974 int instr_count = 0, prev_instr_count; local
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 105 milliseconds