Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h705 return boot_images_start_address_; in GetBootImagesStartAddress()
715 return reinterpret_cast<uintptr_t>(p) - boot_images_start_address_ < boot_images_size_; in IsBootImageAddress()
1602 uint32_t boot_images_start_address_; variable