Searched refs:hcode (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/
H A Dm_transtab.c716 void* hcode )
732 key.start = hcode;
751 /* Can only half check that the found TTEntry contains hcode,
752 due to not having a length value for the hcode in the
754 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode);
765 /* Figure out whether or not hcode is jitted code present in the main
768 static Bool is_in_the_main_TC ( const void* hcode )
775 if ((const UChar*)hcode >= (const UChar*)sectors[sno].tc
776 && (const UChar*)hcode <= (const UChar*)sectors[sno].tc_next
2165 Addr hcode; member in struct:__anon16164
[all...]
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c1130 Addr hcode = 0; local
1133 Bool found = VG_(search_unredir_transtab)( &hcode, ip );
1139 found = VG_(search_unredir_transtab)( &hcode, ip );
1154 vg_assert(hcode != 0);
1159 hcode, True/*use hcode*/ );

Completed in 218 milliseconds