Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc1469 std::optional<backtrace_map_t> maybe_boot_map = find_boot_map(*image_proc_maps_, "image"); in DumpImageDiffMap() local
1470 if (maybe_boot_map == std::nullopt) { in DumpImageDiffMap()
1473 backtrace_map_t boot_map = maybe_boot_map.value_or(backtrace_map_t{}); in DumpImageDiffMap()