Searched refs:mapped_regions (Results 1 – 2 of 2) sorted by relevance
168 InternalMmapVector<Region> mapped_regions; in ProcessPlatformSpecificAllocations() local219 mapped_regions.push_back({address, end_address}); in ProcessPlatformSpecificAllocations()223 ScanRootRegions(frontier, mapped_regions); in ProcessPlatformSpecificAllocations()
544 const InternalMmapVectorNoCtor<Region> &mapped_regions) { in ScanRootRegions() argument555 Intersect(mapped_regions, regions, intersection); in ScanRootRegions()570 InternalMmapVector<Region> mapped_regions; in ProcessRootRegions() local573 mapped_regions.push_back({segment.start, segment.end}); in ProcessRootRegions()574 ScanRootRegions(frontier, mapped_regions); in ProcessRootRegions()