Searched refs:hx_array (Results 1 – 1 of 1) sorted by relevance
1743 XArray* hx_array = sectors[y].host_extents; in VG_() local1744 vg_assert(hx_array); in VG_()1745 Word n = VG_(sizeXA)(hx_array); in VG_()1747 HostExtent* hx_prev = (HostExtent*)VG_(indexXA)(hx_array, n-1); in VG_()1750 VG_(addToXA)(hx_array, &hx); in VG_()