Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_transtab_asm.h53 #define VG_TT_FAST_SIZE (1 << VG_TT_FAST_BITS) macro
54 #define VG_TT_FAST_MASK ((VG_TT_FAST_SIZE) - 1)
Dpub_core_transtab.h54 FastCacheEntry VG_(tt_fast) [VG_TT_FAST_SIZE];
Dm_transtab.c424 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_()