/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...] |
bbcc.c | 598 UInt instr_count = last_bb->jmp[passed].instr+1; local 599 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count; 883 bb->instr_count, bb->instr_len);
|
global.h | 322 UInt instr_count; member in struct:_BB 742 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0;
|
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 | 738 tl_assert(clgs->ii_index < clgs->bb->instr_count); 767 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...] |
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.h | 42 char *abuf = 0, int linesz = 0, int instr_count = 0);
|
MIPSAssembler.cpp | 91 char *abuf, int linesz, int instr_count) 95 mArmInstrCount(instr_count), [all...] |
/external/emma/lib/ |
emma.jar | |