Searched refs:host_extents (Results 1 – 1 of 1) sorted by relevance
367 XArray* host_extents; /* XArray* of HostExtent */ member727 const XArray* /* of HostExtent */ host_extents = sec->host_extents; in find_TTEntry_from_hcode() local728 vg_assert(host_extents); in find_TTEntry_from_hcode()736 host_extents, &key, &firstW, &lastW, in find_TTEntry_from_hcode()740 HostExtent* hx = VG_(indexXA)(host_extents, firstW); in find_TTEntry_from_hcode()1319 szhxa = VG_(sizeXA)(sec->host_extents); in sanity_check_all_sectors()1321 const HostExtent* hx = VG_(indexXA)(sec->host_extents, i); in sanity_check_all_sectors()1446 vg_assert(sec->host_extents == NULL); in initialiseSector()1486 sec->host_extents in initialiseSector()1564 vg_assert(sec->host_extents != NULL); in initialiseSector()[all …]