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

/art/compiler/
H A Dimage_writer.h266 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
268 size_t image_size_ = 0; member in struct:art::FINAL::ImageInfo
/art/runtime/
H A Dimage.h85 image_size_(0U),
130 return static_cast<uint32_t>(image_size_);
297 uint32_t image_size_; variable

Completed in 17 milliseconds