HomeSort by relevance Sort by last modified time
    Searched refs:to_fastEP (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/
pub_core_transtab.h 72 Bool to_fastEP );
m_transtab.c 98 Bool to_fastEP; /* Is the patch to a fast or slow entry point? */
456 ie->to_fastEP = False;
711 Bool to_fastEP )
724 + (to_fastEP ? LibVEX_evCheckSzB(vex_arch) : 0);
759 to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP)
775 ie.to_fastEP = to_fastEP;
811 ie->to_fastEP ? &VG_(disp_cp_chain_me_to_fastEP)
815 = ie->to_fastEP ? to_fastEPaddr : to_slowEPaddr;
    [all...]

Completed in 35 milliseconds