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()
713 const ImageHeader& image_header, in RegionSpecializedBase()
953 const ImageHeader& image_header, in RegionData()
1224 const ImageHeader& image_header = space->GetImageHeader(); in Init()
1286 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump()
1310 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff()
1315 bool ComputeDirtyBytes(const ImageHeader& image_header, in ComputeDirtyBytes()
1352 std::vector<size_t> private_dirty_pages_for_section(ImageHeader::kSectionCount, 0u); in ComputeDirtyBytes()
1406 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) { in ComputeDirtyBytes()
1407 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
1430 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) { in ComputeDirtyBytes()
1431 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
1441 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap()
1844 const ImageHeader& image_header = image_space->GetImageHeader(); in DumpImage()