Searched defs:n_guest_instrs (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_generic_bb_to_IR.c183 /*OUT*/UInt* n_guest_instrs, /* stats only */
253 *n_guest_instrs = 0;
765 *n_guest_instrs = n_instrs;
180 bb_to_IR( VexGuestExtents* vge, UInt* n_sc_extents, UInt* n_guest_instrs, VexRegisterUpdates* pxControl, void* callback_opaque, DisOneInstrFn dis_instr_fn, const UChar* guest_code, Addr guest_IP_bbstart, Bool (*chase_into_ok)(void*,Addr), VexEndness host_endness, Bool sigill_diag, VexArch arch_guest, const VexArchInfo* archinfo_guest, const VexAbiInfo* abiinfo_both, IRType guest_word_type, UInt (*needs_self_check) (void*, VexRegisterUpdates*, const VexGuestExtents*), Bool (*preamble_function)(void*,IRSB*), Int offB_GUEST_CMSTART, Int offB_GUEST_CMLEN, Int offB_GUEST_IP, Int szB_GUEST_IP ) argument
/external/valgrind/lackey/
H A Dlk_main.c240 static ULong n_guest_instrs = 0; variable
268 n_guest_instrs++;
1020 VG_(umsg)(" guest instrs: %'llu\n", n_guest_instrs);
1027 10 * n_guest_instrs / n_SBs_entered);
1030 tl_assert(n_guest_instrs); // Paranoia time.
1032 10 * n_IRStmts / n_guest_instrs);
/external/valgrind/VEX/pub/
H A Dlibvex.h587 UInt n_guest_instrs; member in struct:__anon15710

Completed in 1851 milliseconds