HomeSort by relevance Sort by last modified time
    Searched defs:ecu (Results 1 - 5 of 5) sorted by null

  /external/valgrind/coregrind/
m_execontext.c 83 UInt ecu; member in struct:_ExeContext
97 /* ECU serial number */
149 // null execontext must be the first one created and get ecu 4.
150 vg_assert(null_ExeContext->ecu == 4);
170 VG_(message)(Vg_DebugMsg, " exectx: stacktrace ecu %u n_ips %u\n",
171 ec->ecu, ec->n_ips);
474 new_ec->ecu = ec_next_ecu;
517 vg_assert(VG_(is_plausible_ECU)(e->ecu));
518 return e->ecu;
526 ExeContext* VG_(get_ExeContext_from_ECU)( UInt ecu )
    [all...]
m_translate.c 214 UInt ecu; local
218 ecu = VG_(get_ECU_from_ExeContext)( ec );
219 vg_assert(VG_(is_plausible_ECU)(ecu));
220 /* This is always safe to do, since ecu is only 32 bits, and
222 return mkIRExpr_HWord( (HWord)ecu );
    [all...]
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 394 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc)); local
395 tl_assert(VG_(is_plausible_ECU)(ecu));
396 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
599 UInt ecu; local
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 );
683 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); local
685 ecu | MC_OKIND_HEAP )
    [all...]
mc_errors.c 1142 UInt ecu = otag & ~3; local
    [all...]
mc_main.c 1870 UInt ecu; local
3538 UInt ecu; local
3585 UInt ecu = convert_nia_to_ecu ( nia ); local
6721 UInt ecu; local
    [all...]

Completed in 254 milliseconds