Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_execontext.c95 static SizeT ec_htab_size_idx; /* 0 .. N_EC_PRIMES-1 */ variable
138 ec_htab_size_idx = 0; in init_ExeContext_storage()
139 ec_htab_size = ec_primes[ec_htab_size_idx]; in init_ExeContext_storage()
295 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in resize_ec_htab()
296 if (ec_htab_size_idx == N_EC_PRIMES-1) in resize_ec_htab()
299 new_size = ec_primes[ec_htab_size_idx + 1]; in resize_ec_htab()
306 ec_htab_size, new_size, ec_htab_size_idx + 1, ec_totstored); in resize_ec_htab()
326 ec_htab_size_idx++; in resize_ec_htab()
488 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in record_ExeContext_wrk2()
489 if (ec_htab_size_idx < N_EC_PRIMES-1) in record_ExeContext_wrk2()