Home
last modified time | relevance | path

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

/external/valgrind/exp-sgcheck/
Dsg_main.c1230 UWord htab_used; /* number of hash table slots currently in use */ member
1315 tl_assert(xx == frame->htab_used); in preen_global_Invars()
1334 sf->htab_used = 0; in initialise_II_hash_table()
1391 tl_assert(j == sf->htab_used); in resize_II_hash_table()
1411 if (UNLIKELY(2 * sf->htab_used >= 1 * sf->htab_size)) { in find_or_create_IInstance_SLOW()
1415 tl_assert(2 * sf->htab_used <= sf->htab_size); in find_or_create_IInstance_SLOW()
1448 sf->htab_used++; in find_or_create_IInstance_SLOW()
1473 sf->htab_used++; in find_or_create_IInstance()
1997 innermost->htab_used = 0; in shadowStack_unwind()