Searched refs:n_guest_instrs (Results 1 – 8 of 8) sorted by relevance
240 static ULong n_guest_instrs = 0; variable268 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()
178 /*OUT*/UInt* n_guest_instrs, /* stats only */
183 /*OUT*/UInt* n_guest_instrs, /* stats only */ in bb_to_IR() argument260 *n_guest_instrs = 0; in bb_to_IR()789 *n_guest_instrs = n_instrs; in bb_to_IR()
533 res->n_guest_instrs = 0; in LibVEX_FrontEnd()560 &res->n_guest_instrs, in LibVEX_FrontEnd()
92 UInt n_guest_instrs );
1701 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_()
1827 tres.n_guest_instrs ); in VG_()
627 UInt n_guest_instrs; member