Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1481 size_t boot_map_size = boot_map.end - boot_map.start; in DumpImageDiffMap() local
1517 if (image_size != boot_map_size) { in DumpImageDiffMap()
1520 << ", remote size " << boot_map_size; in DumpImageDiffMap()
1528 DCHECK_ALIGNED(boot_map_size, kPageSize); in DumpImageDiffMap()
1534 boot_map_size, in DumpImageDiffMap()
1539 os << "Failed to allocate anonymous mapping for " << boot_map_size << " bytes.\n"; in DumpImageDiffMap()
1542 if (!mem_file->PreadFully(map->Begin(), boot_map_size, boot_map.start)) { in DumpImageDiffMap()
1546 *contents = ArrayRef<uint8_t>(map->Begin(), boot_map_size); in DumpImageDiffMap()