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

/external/valgrind/main/coregrind/
H A Dm_execontext.c84 UInt ecu; member in struct:_ExeContext
407 new_ec->ecu = ec_next_ecu;
449 vg_assert(VG_(is_plausible_ECU)(e->ecu));
450 return e->ecu;
458 ExeContext* VG_(get_ExeContext_from_ECU)( UInt ecu )
462 vg_assert(VG_(is_plausible_ECU)(ecu));
466 if (ec->ecu == ecu)
H A Dm_translate.c203 UInt ecu; local
207 ecu = VG_(get_ECU_from_ExeContext)( ec );
208 vg_assert(VG_(is_plausible_ECU)(ecu));
209 /* This is always safe to do, since ecu is only 32 bits, and
211 return mkIRExpr_HWord( (HWord)ecu );
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c270 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); local
271 tl_assert(VG_(is_plausible_ECU)(ecu));
272 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
473 UInt ecu; local
478 ecu = VG_(get_ECU_from_ExeContext)(ec);
479 tl_assert(VG_(is_plausible_ECU)(ecu));
486 ecu | MC_OKIND_HEAP );
561 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); local
563 ecu | MC_OKIND_HEAP );
H A Dmc_errors.c1243 UInt ecu = otag & ~3; local
1245 if (VG_(is_plausible_ECU)(ecu)) {
1246 *origin_ec = VG_(get_ExeContext_from_ECU)( ecu );
H A Dmc_main.c1548 UInt ecu; local
1555 ecu = VG_(get_ECU_from_ExeContext)(here);
1556 tl_assert(VG_(is_plausible_ECU)(ecu));
1557 MC_(make_mem_undefined_w_otag) ( a, len, ecu | okind );
2510 static void VG_REGPARM(2) mc_new_mem_stack_4_w_ECU(Addr new_SP, UInt ecu) argument
2512 UInt otag = ecu | MC_OKIND_STACK;
2546 static void VG_REGPARM(2) mc_new_mem_stack_8_w_ECU(Addr new_SP, UInt ecu) argument
2548 UInt otag = ecu | MC_OKIND_STACK;
2591 static void VG_REGPARM(2) mc_new_mem_stack_12_w_ECU(Addr new_SP, UInt ecu) argument
2593 UInt otag = ecu | MC_OKIND_STAC
2651 mc_new_mem_stack_16_w_ECU(Addr new_SP, UInt ecu) argument
2710 mc_new_mem_stack_32_w_ECU(Addr new_SP, UInt ecu) argument
2782 mc_new_mem_stack_112_w_ECU(Addr new_SP, UInt ecu) argument
2857 mc_new_mem_stack_128_w_ECU(Addr new_SP, UInt ecu) argument
2938 mc_new_mem_stack_144_w_ECU(Addr new_SP, UInt ecu) argument
3025 mc_new_mem_stack_160_w_ECU(Addr new_SP, UInt ecu) argument
3206 UInt ecu; local
3254 UInt ecu = convert_nia_to_ecu ( nia ); local
5165 UInt ecu; local
[all...]

Completed in 78 milliseconds