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

/external/valgrind/main/coregrind/
H A Dm_transtab.c99 Bool to_fastEP; /* Is the patch to a fast or slow entry point? */ member in struct:__anon32677
457 ie->to_fastEP = False;
747 Bool to_fastEP )
760 + (to_fastEP ? LibVEX_evCheckSzB(vex_arch) : 0);
795 to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP)
811 ie.to_fastEP = to_fastEP;
847 ie->to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP)
851 = ie->to_fastEP ? to_fastEPaddr : to_slowEPaddr;

Completed in 79 milliseconds