Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_transtab.h105 Bool to_fastEP );
Dm_transtab.c114 Bool to_fastEP:1; /* Is the patch to a fast or slow entry point? */ member
563 ie->to_fastEP = False; in InEdge__init()
866 Bool to_fastEP ) in VG_()
882 + (to_fastEP ? LibVEX_evCheckSzB(arch_host) : 0); in VG_()
917 to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP) in VG_()
933 ie.to_fastEP = to_fastEP; in VG_()
969 ie->to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP) in unchain_one()
973 = ie->to_fastEP ? to_fastEPaddr : to_slowEPaddr; in unchain_one()