Home
last modified time | relevance | path

Searched defs:boot_image_size_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Dimage.h490 uint32_t boot_image_size_ = 0u; // Includes heap (*.art) and code (.oat). variable
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.h651 const uint32_t boot_image_size_; variable
/aosp_15_r20/art/runtime/
H A Druntime_image.cc1816 const uint32_t boot_image_size_; member in art::RuntimeImageHelper