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

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 167 /*OUT*/UInt* n_guest_instrs, /* stats only */
guest_generic_bb_to_IR.c 183 /*OUT*/UInt* n_guest_instrs, /* stats only */
249 *n_guest_instrs = 0;
761 *n_guest_instrs = n_instrs;
    [all...]
main_main.c 582 res.n_guest_instrs = 0;
601 &res.n_guest_instrs,
    [all...]
  /external/valgrind/main/coregrind/
pub_core_transtab.h 65 UInt n_guest_instrs,
m_transtab.c     [all...]
m_translate.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 240 static ULong n_guest_instrs = 0; variable
268 n_guest_instrs++;
937 VG_(umsg)(" guest instrs: %'llu\n", n_guest_instrs);
944 10 * n_guest_instrs / n_SBs_entered);
947 tl_assert(n_guest_instrs); // Paranoia time.
949 10 * n_IRStmts / n_guest_instrs);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 525 UInt n_guest_instrs; member in struct:__anon29395

Completed in 202 milliseconds