Home
last modified time | relevance | path

Searched defs:ImageInfo (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dimage_writer.h243 struct ImageInfo { struct
251 std::unique_ptr<MemMap> image_; // Memory mapped for generating the image.
256 uint8_t* image_begin_ = nullptr;
259 size_t image_end_ = RoundUp(sizeof(ImageHeader), kObjectAlignment);
260 uint32_t image_roots_address_ = 0; // The image roots address in the image.
261 size_t image_offset_ = 0; // Offset of this image from the start of the first image.
268 size_t image_size_ = 0;
273 size_t oat_offset_ = 0;
275 const uint8_t* oat_file_begin_ = nullptr;
276 size_t oat_loaded_size_ = 0;
[all …]
Dimage_writer.cc2327 ImageWriter::ImageInfo::ImageInfo() in ImageInfo() function in art::ImageWriter::ImageInfo
/art/runtime/
Doat_file_assistant.h296 struct ImageInfo { struct
297 uint32_t oat_checksum = 0;
298 uintptr_t oat_data_begin = 0;
299 int32_t patch_delta = 0;
300 std::string location;