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

/external/valgrind/main/coregrind/
H A Dm_transtab.c673 void* hcode )
689 key.start = hcode;
708 /* Can only half check that the found TTEntry contains hcode,
709 due to not having a length value for the hcode in the
711 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode);
722 /* Figure out whether or not hcode is jitted code present in the main
725 static Bool is_in_the_main_TC ( void* hcode )
732 if ((UChar*)hcode >= (UChar*)sectors[sno].tc
733 && (UChar*)hcode <= (UChar*)sectors[sno].tc_next
2029 Addr hcode; member in struct:__anon32685
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1108 AddrH hcode = 0; local
1111 Bool found = VG_(search_unredir_transtab)( &hcode, ip );
1117 found = VG_(search_unredir_transtab)( &hcode, ip );
1132 vg_assert(hcode != 0);
1137 hcode, True/*use hcode*/ );

Completed in 99 milliseconds