Searched defs:ImageInfo (Results 1 – 3 of 3) sorted by relevance
246 struct ImageInfo { struct254 std::unique_ptr<MemMap> image_; // Memory mapped for generating the image.259 uint8_t* image_begin_ = nullptr;262 size_t image_end_ = RoundUp(sizeof(ImageHeader), kObjectAlignment);263 uint32_t image_roots_address_ = 0; // The image roots address in the image.264 size_t image_offset_ = 0; // Offset of this image from the start of the first image.271 size_t image_size_ = 0;276 size_t oat_offset_ = 0;278 const uint8_t* oat_file_begin_ = nullptr;279 size_t oat_loaded_size_ = 0;[all …]
2382 ImageWriter::ImageInfo::ImageInfo() in ImageInfo() function in art::ImageWriter::ImageInfo
296 struct ImageInfo { struct297 uint32_t oat_checksum = 0;298 uintptr_t oat_data_begin = 0;299 int32_t patch_delta = 0;300 std::string location;