Searched defs:ecu (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/
H A Dm_execontext.c83 UInt ecu; member in struct:_ExeContext
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);
436 new_ec->ecu = ec_next_ecu;
479 vg_assert(VG_(is_plausible_ECU)(e->ecu));
480 return e->ecu;
488 ExeContext* VG_(get_ExeContext_from_ECU)( UInt ecu )
492 vg_assert(VG_(is_plausible_ECU)(ecu));
[all...]
H A Dm_translate.c214 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 );
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c372 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc)); local
373 tl_assert(VG_(is_plausible_ECU)(ecu));
374 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
577 UInt ecu; local
584 // We have to do that after VG_(HT_add_node) to ensure the ecu
586 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc));
587 tl_assert(VG_(is_plausible_ECU)(ecu));
590 ecu | MC_OKIND_HEAP );
658 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); local
660 ecu | MC_OKIND_HEA
[all...]
H A Dmc_errors.c1097 UInt ecu = otag & ~3; local
1099 if (VG_(is_plausible_ECU)(ecu)) {
1100 *origin_ec = VG_(get_ExeContext_from_ECU)( ecu );
H A Dmc_main.c1815 UInt ecu; local
1822 ecu = VG_(get_ECU_from_ExeContext)(here);
1823 tl_assert(VG_(is_plausible_ECU)(ecu));
1824 MC_(make_mem_undefined_w_otag) ( a, len, ecu | okind );
2787 static void VG_REGPARM(2) mc_new_mem_stack_4_w_ECU(Addr new_SP, UInt ecu) argument
2789 UInt otag = ecu | MC_OKIND_STACK;
2823 static void VG_REGPARM(2) mc_new_mem_stack_8_w_ECU(Addr new_SP, UInt ecu) argument
2825 UInt otag = ecu | MC_OKIND_STACK;
2868 static void VG_REGPARM(2) mc_new_mem_stack_12_w_ECU(Addr new_SP, UInt ecu) argument
2870 UInt otag = ecu | MC_OKIND_STAC
2928 mc_new_mem_stack_16_w_ECU(Addr new_SP, UInt ecu) argument
2987 mc_new_mem_stack_32_w_ECU(Addr new_SP, UInt ecu) argument
3059 mc_new_mem_stack_112_w_ECU(Addr new_SP, UInt ecu) argument
3134 mc_new_mem_stack_128_w_ECU(Addr new_SP, UInt ecu) argument
3215 mc_new_mem_stack_144_w_ECU(Addr new_SP, UInt ecu) argument
3302 mc_new_mem_stack_160_w_ECU(Addr new_SP, UInt ecu) argument
3483 UInt ecu; local
3531 UInt ecu = convert_nia_to_ecu ( nia ); local
6338 UInt ecu; local
[all...]

Completed in 93 milliseconds