Searched refs:VG_TT_FAST_SIZE (Results 1 – 3 of 3) sorted by relevance
53 #define VG_TT_FAST_SIZE (1 << VG_TT_FAST_BITS) macro54 #define VG_TT_FAST_MASK ((VG_TT_FAST_SIZE) - 1)
54 FastCacheEntry VG_(tt_fast) [VG_TT_FAST_SIZE];
424 FastCacheEntry VG_(tt_fast)[VG_TT_FAST_SIZE];1391 vg_assert(VG_TT_FAST_SIZE > 0 && (VG_TT_FAST_SIZE % 4) == 0); in invalidateFastCache()1392 for (j = 0; j < VG_TT_FAST_SIZE; j += 4) { in invalidateFastCache()1399 vg_assert(j == VG_TT_FAST_SIZE); in invalidateFastCache()2331 == VG_TT_FAST_SIZE * sizeof(FastCacheEntry)); in VG_()