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

/external/valgrind/main/VEX/priv/
H A Dguest_generic_bb_to_IR.c183 /*OUT*/UInt* n_guest_instrs, /* stats only */
250 *n_guest_instrs = 0;
763 *n_guest_instrs = n_instrs;
180 bb_to_IR( VexGuestExtents* vge, UInt* n_sc_extents, UInt* n_guest_instrs, void* callback_opaque, DisOneInstrFn dis_instr_fn, UChar* guest_code, Addr64 guest_IP_bbstart, Bool (*chase_into_ok)(void*,Addr64), Bool host_bigendian, Bool sigill_diag, VexArch arch_guest, VexArchInfo* archinfo_guest, VexAbiInfo* abiinfo_both, IRType guest_word_type, UInt (*needs_self_check)(void*,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/main/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/main/VEX/pub/
H A Dlibvex.h623 UInt n_guest_instrs; member in struct:__anon32254
/external/valgrind/main/coregrind/
H A Dm_transtab.c1511 UInt n_guest_instrs,
1526 vg_assert(n_guest_instrs < 200); /* it can be zero, tho */
1623 sectors[y].tt[i].weight = n_guest_instrs == 0 ? 1 : n_guest_instrs;
1505 add_to_transtab( VexGuestExtents* vge, Addr64 entry, AddrH code, UInt code_len, Bool is_self_checking, Int offs_profInc, UInt n_guest_instrs, VexArch arch_host ) argument

Completed in 1804 milliseconds