Home | History | Annotate | Download | only in memcheck

Lines Matching defs:ecu

399       UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc));
400 tl_assert(VG_(is_plausible_ECU)(ecu));
401 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
599 UInt ecu;
606 // We have to do that after VG_(HT_add_node) to ensure the ecu
608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
609 tl_assert(VG_(is_plausible_ECU)(ecu));
612 ecu | MC_OKIND_HEAP );
680 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);
682 ecu | MC_OKIND_HEAP );