Searched refs:n_sc_extents (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_generic_bb_to_IR.h172 /*OUT*/UInt* n_sc_extents,
H A Dguest_generic_bb_to_IR.c122 n_sc_extents. The caller already knows this because it told us
182 /*OUT*/UInt* n_sc_extents,
244 *n_sc_extents = 0;
553 (*n_sc_extents)++;
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
H A Dmain_main.c823 res.n_sc_extents = 0;
849 &res.n_sc_extents,
/external/valgrind/VEX/pub/
H A Dlibvex.h581 UInt n_sc_extents; member in struct:__anon15710
/external/valgrind/coregrind/
H A Dm_translate.c1764 vg_assert(tres.n_sc_extents >= 0 && tres.n_sc_extents <= 3);
1792 tres.n_sc_extents > 0,
/external/valgrind/VEX/useful/
H A Dtest_main.c282 assert(tres.n_sc_extents == 0);

Completed in 128 milliseconds