Home
last modified time | relevance | path

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

/aosp12/art/imgdiag/
H A Dimgdiag.cc1482 size_t boot_map_size = boot_map.end - boot_map.start; in DumpImageDiffMap() local
1518 if (image_size != boot_map_size) { in DumpImageDiffMap()
1521 << ", remote size " << boot_map_size; in DumpImageDiffMap()
1529 DCHECK_ALIGNED(boot_map_size, kPageSize); in DumpImageDiffMap()
1535 boot_map_size, in DumpImageDiffMap()
1540 os << "Failed to allocate anonymous mapping for " << boot_map_size << " bytes.\n"; in DumpImageDiffMap()
1543 if (!mem_file->PreadFully(map->Begin(), boot_map_size, boot_map.start)) { in DumpImageDiffMap()
1547 *contents = ArrayRef<uint8_t>(map->Begin(), boot_map_size); in DumpImageDiffMap()