Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h707 return boot_images_start_address_; in GetBootImagesStartAddress()
717 return reinterpret_cast<uintptr_t>(p) - boot_images_start_address_ < boot_images_size_; in IsBootImageAddress()
1609 uint32_t boot_images_start_address_; variable
Dheap.cc359 boot_images_start_address_(0u), in Heap()
439 boot_images_start_address_ = PointerToLowMemUInt32(boot_image_spaces_.front()->Begin()); in Heap()
442 boot_images_size_ = boot_images_end - boot_images_start_address_; in Heap()