Home | History | Annotate | Download | only in coregrind

Lines Matching defs:ecu

205    UInt ecu;
209 ecu = VG_(get_ECU_from_ExeContext)( ec );
210 vg_assert(VG_(is_plausible_ECU)(ecu));
211 /* This is always safe to do, since ecu is only 32 bits, and
213 return mkIRExpr_HWord( (HWord)ecu );