Home
last modified time | relevance | path

Searched refs:is_plausible_ECU (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/
Dm_execontext.c405 vg_assert(VG_(is_plausible_ECU)(ec_next_ecu)); in record_ExeContext_wrk2()
448 vg_assert(VG_(is_plausible_ECU)(e->ecu)); in VG_()
461 vg_assert(VG_(is_plausible_ECU)(ecu)); in VG_()
Dm_translate.c206 vg_assert(VG_(is_plausible_ECU)(ecu)); in mk_ecu_Expr()
/external/valgrind/main/include/
Dpub_tool_execontext.h106 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) { in VG_() argument
/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c227 tl_assert(VG_(is_plausible_ECU)(ecu)); in MC_()
431 tl_assert(VG_(is_plausible_ECU)(ecu)); in MC_()
Dmc_main.c1600 tl_assert(VG_(is_plausible_ECU)(ecu)); in make_mem_undefined_w_tid_and_okind()
3238 tl_assert(VG_(is_plausible_ECU)(zero_ecu)); in init_nia_to_ecu_cache()
3274 tl_assert(VG_(is_plausible_ECU)(ecu)); in convert_nia_to_ecu()
3299 tl_assert(VG_(is_plausible_ECU)(ecu)); in MC_()
Dmc_errors.c1217 if (VG_(is_plausible_ECU)(ecu)) { in update_origin() local