Home
last modified time | relevance | path

Searched refs:get_ECU_from_ExeContext (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/include/
Dpub_tool_execontext.h94 extern UInt VG_(get_ECU_from_ExeContext)( const ExeContext* e );
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c394 UInt ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(mc)); in MC_()
608 ecu = VG_(get_ECU_from_ExeContext)(MC_(allocated_at)(new_mc)); in MC_()
683 UInt ecu = VG_(get_ECU_from_ExeContext)(ec); in MC_()
Dmc_main.c1877 ecu = VG_(get_ECU_from_ExeContext)(here); in make_mem_undefined_w_tid_and_okind()
3525 zero_ecu = VG_(get_ECU_from_ExeContext)(zero_ec); in init_nia_to_ecu_cache()
3561 ecu = VG_(get_ECU_from_ExeContext)(ec); in convert_nia_to_ecu()
/external/valgrind/coregrind/
Dm_execontext.c516 UInt VG_(get_ECU_from_ExeContext)( const ExeContext* e ) { in VG_() argument
Dm_xtree.c293 const UInt d4ecu = VG_(get_ECU_from_ExeContext)(ec) / 4; in find_or_insert()
Dm_translate.c218 ecu = VG_(get_ECU_from_ExeContext)( ec ); in mk_ecu_Expr()