Home
last modified time | relevance | path

Searched refs:search_transtab (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_transtab.h68 extern Bool VG_(search_transtab) ( /*OUT*/AddrH* result,
Dm_transtab.c1049 Bool VG_(search_transtab) ( /*OUT*/AddrH* result, in VG_() argument
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c904 found = VG_(search_transtab)( NULL, ip, True/*upd_fast_cache*/ ); in handle_tt_miss()
909 found = VG_(search_transtab)( NULL, ip, True ); in handle_tt_miss()