Lines Matching refs:counts_hash
180 static hash_table<counts_entry> *counts_hash; variable
221 counts_hash = new hash_table<counts_entry> (10); in read_counts_file()
276 slot = counts_hash->find_slot (&elt, INSERT); in read_counts_file()
297 delete counts_hash; in read_counts_file() local
298 counts_hash = NULL; in read_counts_file()
305 delete counts_hash; in read_counts_file() local
306 counts_hash = NULL; in read_counts_file()
334 delete counts_hash; in read_counts_file() local
335 counts_hash = NULL; in read_counts_file()
353 if (!counts_hash) in get_coverage_counts()
374 entry = counts_hash->find (&elt); in get_coverage_counts()