Searched defs:instr_count (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/callgrind/
H A Dbb.c122 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 * sizeo
121 new_bb(obj_node* obj, PtrdiffT offset, UInt instr_count, UInt cjmp_count, Bool cjmp_inverted) argument
[all...]
H A Dbbcc.c604 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);
H A Dglobal.h314 UInt instr_count; member in struct:_BB
740 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 133 milliseconds