Home
last modified time | relevance | path

Searched refs:boot_image_size_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dimage.h346 return boot_image_size_; in GetBootImageSize()
356 return boot_image_size_ != 0u; in IsAppImage()
466 uint32_t boot_image_size_ = 0u; // Includes heap (*.art) and code (.oat). variable
Dimage.cc59 boot_image_size_(boot_image_size), in ImageHeader()