Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c4546 OldRef *oldref = lru.next; in alloc_or_reuse_OldRef() local
4548 OldRef_unchain(oldref); in alloc_or_reuse_OldRef()
4549 oldref_ht = VG_(HT_gen_remove) (oldrefHT, oldref, cmp_oldref_tsw); in alloc_or_reuse_OldRef()
4550 tl_assert (oldref == oldref_ht); in alloc_or_reuse_OldRef()
4551 ctxt__rcdec( oldref->acc.rcec ); in alloc_or_reuse_OldRef()
4552 return oldref; in alloc_or_reuse_OldRef()
4837 OldRef* oldref; in event_map__check_reference_counts() local
4861 oldref = VG_(HT_Next)( oldrefHT ); in event_map__check_reference_counts()
4862 while (oldref) { in event_map__check_reference_counts()
4863 tl_assert (oldref->acc.tsw.thrid); in event_map__check_reference_counts()
[all …]