Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1574 size_t boot_map_size = boot_map.end - boot_map.start; in DumpImageDiffMap() local
1611 if (image_size != boot_map_size) { in DumpImageDiffMap()
1614 << ", remote size " << boot_map_size; in DumpImageDiffMap()
1622 DCHECK_ALIGNED_PARAM(boot_map_size, MemMap::GetPageSize()); in DumpImageDiffMap()
1628 boot_map_size, in DumpImageDiffMap()
1633 os << "Failed to allocate anonymous mapping for " << boot_map_size << " bytes.\n"; in DumpImageDiffMap()
1636 if (!mem_file->PreadFully(map->Begin(), boot_map_size, boot_map.start)) { in DumpImageDiffMap()
1640 *contents = ArrayRef<uint8_t>(map->Begin(), boot_map_size); in DumpImageDiffMap()