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

  /external/valgrind/callgrind/
bb.c 120 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted)
130 size = sizeof(BB) + instr_count * sizeof(InstrInfo)
138 bb->instr_count = instr_count;
141 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]);
161 instr_count, cjmp_count,
258 if (bb->instr_count != n_instrs) {
268 (UWord)bb->offset, bb->instr_count);
269 CLG_ASSERT(bb->instr_count == n_instrs );
338 + bb->instr_count * sizeof(InstrInfo
    [all...]
bbcc.c 610 UInt instr_count = last_bb->jmp[passed].instr+1; local
611 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
619 UInt instr_count = last_bb->jmp[passed].instr+1; local
620 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
622 += instr_count;
911 bb->instr_count, bb->instr_len);
global.h 289 UInt instr_count; member in struct:_BB
704 { 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 692 VG_(printf)("+ fprint_bbcc (Instr %u): ", bb->instr_count);
703 for(instr=0; instr<bb->instr_count; instr++, instr_info++) {
    [all...]
main.c 783 tl_assert(clgs->ii_index < clgs->bb->instr_count);
812 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/
MIPS64Assembler.h 43 char *abuf = 0, int linesz = 0, int instr_count = 0);
MIPSAssembler.h 42 char *abuf = 0, int linesz = 0, int instr_count = 0);
MIPS64Assembler.cpp 54 char *abuf, int linesz, int instr_count)
58 mArmInstrCount(instr_count),
    [all...]
MIPSAssembler.cpp 86 char *abuf, int linesz, int instr_count)
90 mArmInstrCount(instr_count),
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 2833 const size_t instr_count = out.IsRegisterPair() ? 4 : 2; local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 267 milliseconds