Home | History | Annotate | Download | only in helgrind

Lines Matching refs:new_vts

2920       VTS* new_vts = VTS__subtract("libhb.vts_tab__do_GC.new_vts",
2922 tl_assert(new_vts->sizeTS == new_vts->usedTS);
2923 tl_assert(*(ULong*)(&new_vts->ts[new_vts->usedTS])
2944 /* Ok, we have the pruned copy in new_vts. See if a
2951 (UWord)new_vts)) {
2955 tl_assert(identical_version != new_vts);
2956 VTS__delete(new_vts);
2957 new_vts = identical_version;
2958 tl_assert(new_vts->id != VtsID_INVALID);
2962 new_vts->id = new_VtsID_ctr++;
2963 Bool b = VG_(addToFM)(new_set, (UWord)new_vts, 0);
2966 new_te.vts = new_vts;
2975 nSTSsAfter += new_vts->usedTS;
2977 old_te->remap = new_vts->id;