Home
last modified time | relevance | path

Searched refs:do_sanity_check (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c400 Bool do_sanity_check; in doRegisterAllocation() local
932 do_sanity_check in doRegisterAllocation()
939 if (do_sanity_check) { in doRegisterAllocation()
/external/valgrind/main/massif/
Dms_main.c1093 static void clear_snapshot(Snapshot* snapshot, Bool do_sanity_check) in clear_snapshot() argument
1095 if (do_sanity_check) sanity_check_snapshot(snapshot); in clear_snapshot()