Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1490 backtrace_map_t zygote_boot_map = maybe_zygote_boot_map.value_or(backtrace_map_t{}); in DumpImageDiffMap() local
1493 zygote_boot_map.end = RoundUp(zygote_boot_map.start + image_header.GetImageSize(), kPageSize); in DumpImageDiffMap()
1494 if (zygote_boot_map.start != boot_map.start) { in DumpImageDiffMap()
1496 << "zygote begin " << reinterpret_cast<const void*>(zygote_boot_map.start) in DumpImageDiffMap()
1497 << ", zygote end " << reinterpret_cast<const void*>(zygote_boot_map.end) in DumpImageDiffMap()