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

/external/valgrind/coregrind/
H A Dpub_core_transtab.h105 Bool to_fastEP );
H A Dm_transtab.c114 Bool to_fastEP:1; /* Is the patch to a fast or slow entry point? */ member in struct:__anon23164
492 ie->to_fastEP = False;
790 Bool to_fastEP )
806 + (to_fastEP ? LibVEX_evCheckSzB(arch_host) : 0);
841 to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP)
857 ie.to_fastEP = to_fastEP;
893 ie->to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP)
897 = ie->to_fastEP ? to_fastEPaddr : to_slowEPaddr;

Completed in 148 milliseconds