Home
last modified time | relevance | path

Searched refs:n_guest_instrs (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/lackey/
Dlk_main.c240 static ULong n_guest_instrs = 0; variable
268 n_guest_instrs++; in add_one_guest_instr()
1020 VG_(umsg)(" guest instrs: %'llu\n", n_guest_instrs); in lk_fini()
1027 10 * n_guest_instrs / n_SBs_entered); in lk_fini()
1030 tl_assert(n_guest_instrs); // Paranoia time. in lk_fini()
1032 10 * n_IRStmts / n_guest_instrs); in lk_fini()
/external/valgrind/VEX/priv/
Dguest_generic_bb_to_IR.h178 /*OUT*/UInt* n_guest_instrs, /* stats only */
Dguest_generic_bb_to_IR.c183 /*OUT*/UInt* n_guest_instrs, /* stats only */ in bb_to_IR() argument
260 *n_guest_instrs = 0; in bb_to_IR()
789 *n_guest_instrs = n_instrs; in bb_to_IR()
Dmain_main.c533 res->n_guest_instrs = 0; in LibVEX_FrontEnd()
560 &res->n_guest_instrs, in LibVEX_FrontEnd()
/external/valgrind/coregrind/
Dpub_core_transtab.h92 UInt n_guest_instrs );
Dm_transtab.c1701 UInt n_guest_instrs ) in VG_()
1715 vg_assert(n_guest_instrs < 200); /* it can be zero, tho */ in VG_()
1800 n_guest_instrs == 0 ? 1 : n_guest_instrs; in VG_()
Dm_translate.c1827 tres.n_guest_instrs ); in VG_()
/external/valgrind/VEX/pub/
Dlibvex.h627 UInt n_guest_instrs; member