Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_transtab.h51 FastCacheEntry; typedef
54 FastCacheEntry VG_(tt_fast) [VG_TT_FAST_SIZE];
Dm_transtab.c483 FastCacheEntry VG_(tt_fast)[VG_TT_FAST_SIZE];
2437 vg_assert(sizeof(FastCacheEntry) == 2 * sizeof(Addr)); in VG_()
2440 == VG_TT_FAST_SIZE * sizeof(FastCacheEntry)); in VG_()