Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_transtab.c426 XArray* host_extents; /* XArray* of HostExtent */ member
803 const XArray* /* of HostExtent */ host_extents = sec->host_extents; in find_TTEntry_from_hcode() local
804 vg_assert(host_extents); in find_TTEntry_from_hcode()
812 host_extents, &key, &firstW, &lastW, in find_TTEntry_from_hcode()
816 HostExtent* hx = VG_(indexXA)(host_extents, firstW); in find_TTEntry_from_hcode()
1396 szhxa = VG_(sizeXA)(sec->host_extents); in sanity_check_all_sectors()
1398 const HostExtent* hx = VG_(indexXA)(sec->host_extents, i); in sanity_check_all_sectors()
1532 vg_assert(sec->host_extents == NULL); in initialiseSector()
1582 sec->host_extents in initialiseSector()
1662 vg_assert(sec->host_extents != NULL); in initialiseSector()
[all …]