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

/art/dex2oat/linker/
H A Dimage_test.cc60 uint32_t image_size_ = 16 * KB; local
69 image_size_,
H A Dimage_writer.h320 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
322 size_t image_size_ = 0; member in struct:art::linker::FINAL::ImageInfo
/art/runtime/
H A Dimage.h98 image_size_(0U),
143 return static_cast<uint32_t>(image_size_);
395 uint32_t image_size_; variable

Completed in 191 milliseconds