Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h699 return boot_images_start_address_; in GetBootImagesStartAddress()
709 return reinterpret_cast<uintptr_t>(p) - boot_images_start_address_ < boot_images_size_; in IsBootImageAddress()
1660 uint32_t boot_images_start_address_; variable
Dheap.cc398 boot_images_start_address_(0u), in Heap()
476 boot_images_start_address_ = PointerToLowMemUInt32(boot_image_spaces_.front()->Begin()); in Heap()
479 boot_images_size_ = boot_images_end - boot_images_start_address_; in Heap()