Searched defs:ImageSection (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dimage.h45 class PACKED(4) ImageSection {
47 ImageSection() : offset_(0), size_(0) { } function
48 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { } function
49 ImageSection(const ImageSection& section) = default;
50 ImageSection& operator=(const ImageSection& section) = default;
106 ImageSection* sections,
217 const ImageSection& GetImageSection(ImageSections index) const;
219 const ImageSection
[all...]

Completed in 24 milliseconds