Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h712 return boot_images_size_; in GetBootImagesSize()
717 return reinterpret_cast<uintptr_t>(p) - boot_images_start_address_ < boot_images_size_; in IsBootImageAddress()
1610 uint32_t boot_images_size_; variable
Dheap.cc360 boot_images_size_(0u) { in Heap()
442 boot_images_size_ = boot_images_end - boot_images_start_address_; in Heap()