Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc122 backtrace_map_t boot_map = backtrace_map_t(); in DumpImageDiff() local
127 boot_map = map; in DumpImageDiff()
144 return DumpImageDiffMap(image_diff_pid, zygote_diff_pid, boot_map); in DumpImageDiff()
285 const backtrace_map_t& boot_map) in DumpImageDiffMap() argument
294 size_t boot_map_size = boot_map.end - boot_map.start; in DumpImageDiffMap()
304 CHECK(boot_map.end >= boot_map.start); in DumpImageDiffMap()
326 if (reinterpret_cast<uintptr_t>(image_begin) > boot_map.start || in DumpImageDiffMap()
327 reinterpret_cast<uintptr_t>(image_end) < boot_map.end) { in DumpImageDiffMap()
332 ", remote begin " << reinterpret_cast<const void*>(boot_map.start) << in DumpImageDiffMap()
333 ", remote end " << reinterpret_cast<const void*>(boot_map.end); in DumpImageDiffMap()
[all …]