HomeSort by relevance Sort by last modified time
    Searched refs:boot_image_size_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
image.h 346 return boot_image_size_;
356 return boot_image_size_ != 0u;
466 uint32_t boot_image_size_ = 0u; // Includes heap (*.art) and code (.oat). variable
image.cc 59 boot_image_size_(boot_image_size),

Completed in 81 milliseconds