Searched defs:gWordTy (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/none/
H A Dnl_main.c44 IRType gWordTy, IRType hWordTy )
39 nl_instrument( VgCallbackClosure* closure, IRSB* bb, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/drd/
H A Ddrd_load_store.c598 IRType const gWordTy,
593 instrument(VgCallbackClosure* const closure, IRSB* const bb_in, const VexGuestLayout* const layout, const VexGuestExtents* const vge, const VexArchInfo* archinfo_host, IRType const gWordTy, IRType const hWordTy) argument
/external/valgrind/exp-bbv/
H A Dbbv_main.c333 /* gWordTy = size of guest word */
339 IRType gWordTy, IRType hWordTy )
351 if (gWordTy != hWordTy) {
335 bbv_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/exp-sgcheck/
H A Dh_main.c539 IRType gWordTy; member in struct:__anon23291
613 IRType gWordTy, IRType hWordTy )
620 if (gWordTy != hWordTy) {
643 pce.gWordTy = gWordTy;
684 layout, gWordTy, hWordTy );
691 layout, gWordTy, hWordTy );
608 h_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
H A Dsg_main.c2211 IRType gWordTy, IRType hWordTy )
2346 IRType gWordTy, IRType hWordTy )
2373 mkIRExpr_HWord( sizeofIRType(gWordTy) )
2207 sg_instrument_IRStmt( struct _SGEnv * env, IRSB* sbOut, IRStmt* st, const VexGuestLayout* layout, IRType gWordTy, IRType hWordTy ) argument
2341 sg_instrument_final_jump( struct _SGEnv * env, IRSB* sbOut, IRExpr* next, IRJumpKind jumpkind, const VexGuestLayout* layout, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/lackey/
H A Dlk_main.c658 IRType gWordTy, IRType hWordTy )
668 if (gWordTy != hWordTy) {
653 lk_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1148 IRType gWordTy, IRType hWordTy,
1223 IRType gWordTy,
1227 VG_(invalidate_if_not_gdbserved) (gWordTy == Ity_I64 ?
1242 IRType gWordTy, IRType hWordTy)
1274 gWordTy, hWordTy,
1295 gWordTy,
1144 add_stmt_call_gdbserver(IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1219 add_stmt_call_invalidate_exit_target_if_not_gdbserved(IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRType gWordTy, IRSB* irsb) argument
1238 instrument_for_gdbserver_if_needed(IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, IRType gWordTy, IRType hWordTy) argument
/external/valgrind/coregrind/
H A Dm_translate.c235 IRType gWordTy,
244 gWordTy,
248 gWordTy,
276 IRType gWordTy,
230 tool_instrument_then_gdbserver_if_needed( VgCallbackClosure* closureV, IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* vai, IRType gWordTy, IRType hWordTy ) argument
271 vg_SP_update_pass( void* closureV, IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* vai, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/VEX/useful/
H A Dtest_main.c84 IRType gWordTy, IRType hWordTy );
2616 IRType gWordTy, IRType hWordTy )
2613 mc_instrument( void* closureV, IRSB* bb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/cachegrind/
H A Dcg_main.c1046 IRType gWordTy, IRType hWordTy )
1056 if (gWordTy != hWordTy) {
1041 cg_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/callgrind/
H A Dmain.c958 IRType gWordTy, IRType hWordTy )
968 if (gWordTy != hWordTy) {
953 instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/exp-dhat/
H A Ddh_main.c877 IRType gWordTy, IRType hWordTy )
872 dh_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/massif/
H A Dms_main.c2086 IRType gWordTy, IRType hWordTy )
2081 ms_instrument( VgCallbackClosure* closure, IRSB* sbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/helgrind/
H A Dhg_main.c4626 IRType gWordTy, IRType hWordTy )
4637 if (gWordTy != hWordTy) {
4621 hg_instrument( VgCallbackClosure* closure, IRSB* bbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
/external/valgrind/memcheck/
H A Dmc_translate.c6256 IRType gWordTy, IRType hWordTy )
6264 if (gWordTy != hWordTy) {
6251 instrument( VgCallbackClosure* closure, IRSB* sb_in, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument

Completed in 362 milliseconds