Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c4530 static VgHashTable* oldrefHT = NULL; /* Hash table* OldRef* */ variable
4549 oldref_ht = VG_(HT_gen_remove) (oldrefHT, oldref, cmp_oldref_tsw); in alloc_or_reuse_OldRef()
4606 ref = VG_(HT_gen_lookup) (oldrefHT, &example, cmp_oldref_tsw); in event_map_bind()
4643 VG_(HT_add_node) ( oldrefHT, ref ); in event_map_bind()
4693 for (cand_ref = VG_(HT_lookup)( oldrefHT, cand_a ); in libhb_event_map_lookup()
4818 tl_assert(!oldrefHT); in event_map_init()
4819 oldrefHT = VG_(HT_construct) ("libhb.event_map_init.4 (oldref hashtable)"); in event_map_init()
4860 VG_(HT_ResetIter)( oldrefHT ); in event_map__check_reference_counts()
4861 oldref = VG_(HT_Next)( oldrefHT ); in event_map__check_reference_counts()
4867 oldref = VG_(HT_Next)( oldrefHT ); in event_map__check_reference_counts()
[all …]