Searched refs:boot_map (Results 1 – 1 of 1) sorted by relevance
186 if (remote < boot_map.start || remote >= boot_map.end) { in FixUpRemotePointer()190 off_t boot_offset = remote - boot_map.start; in FixUpRemotePointer()236 const backtrace_map_t& boot_map, in RegionCommon()241 boot_map_(boot_map), in RegionCommon()958 boot_map, in RegionData()1328 for (uintptr_t begin = boot_map.start; begin != boot_map.end; begin += kPageSize) { in ComputeDirtyBytes()1356 for (uintptr_t begin = boot_map.start; begin != boot_map.end; ++begin) { in ComputeDirtyBytes()1476 CHECK(boot_map.end >= boot_map.start); in DumpImageDiffMap()1480 boot_map.end = RoundUp(boot_map.start + image_header.GetImageSize(), kPageSize); in DumpImageDiffMap()1482 size_t boot_map_size = boot_map.end - boot_map.start; in DumpImageDiffMap()[all …]