Lines Matching refs:ImageHeader
198 const ImageHeader& image_header) in RemoteContentsPointerToLocal()
237 const ImageHeader& image_header) : in RegionCommon()
312 const ImageHeader& image_header_;
384 const ImageHeader& image_header, in RegionSpecializedBase()
712 const ImageHeader& image_header, in RegionSpecializedBase()
952 const ImageHeader& image_header, in RegionData()
1223 const ImageHeader& image_header = space->GetImageHeader(); in Init()
1285 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump()
1309 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff()
1314 bool ComputeDirtyBytes(const ImageHeader& image_header, in ComputeDirtyBytes()
1351 std::vector<size_t> private_dirty_pages_for_section(ImageHeader::kSectionCount, 0u); in ComputeDirtyBytes()
1405 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) { in ComputeDirtyBytes()
1406 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
1429 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) { in ComputeDirtyBytes()
1430 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
1440 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap()
1843 const ImageHeader& image_header = image_space->GetImageHeader(); in DumpImage()