Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h704 return boot_images_size_; in GetBootImagesSize()
709 return reinterpret_cast<uintptr_t>(p) - boot_images_start_address_ < boot_images_size_; in IsBootImageAddress()
1661 uint32_t boot_images_size_; variable
Dheap.cc399 boot_images_size_(0u) { in Heap()
479 boot_images_size_ = boot_images_end - boot_images_start_address_; in Heap()