Home | History | Annotate | Download | only in helgrind

Lines Matching refs:new_tab

2705                    /*MOD*/XArray* /* of VtsTE */ new_tab,
2716 new_te = VG_(indexXA)( new_tab, new_id );
2723 /*MOD*/XArray* /* of VtsTE */ new_tab,
2732 remap_VtsID( old_tab, new_tab, &rMin );
2733 remap_VtsID( old_tab, new_tab, &wMin );
2871 XArray* /* of VtsTE */ new_tab
2872 = VG_(newXA)( HG_(zalloc), "libhb.vts_tab__do_GC.new_tab",
2970 Word j = VG_(addToXA)( new_tab, &new_te );
3023 remap_VtsIDs_in_SVal(vts_tab, new_tab, &lineZ->dict[j]);
3031 remap_VtsIDs_in_SVal(vts_tab, new_tab, &lineF->w64s[j]);
3051 remap_VtsID( vts_tab, new_tab, &hbthr->viR );
3052 remap_VtsID( vts_tab, new_tab, &hbthr->viW );
3060 remap_VtsID( vts_tab, new_tab, &so->viR );
3062 remap_VtsID( vts_tab, new_tab, &so->viW );
3082 vts_tab = new_tab;