Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h735 return boot_images_size_; in GetBootImagesSize()
740 return reinterpret_cast<uintptr_t>(p) - boot_images_start_address_ < boot_images_size_; in IsBootImageAddress()
1748 uint32_t boot_images_size_; variable
Dheap.cc434 boot_images_size_(0u), in Heap()
537 boot_images_size_ = boot_images_end - boot_images_start_address_; in Heap()
/art/dex2oat/driver/
Dcompiler_driver.cc948 boot_images_size_(Runtime::Current()->GetHeap()->GetBootImagesSize()) {} in ResolveCatchBlockExceptionsClassVisitor()
953 if (reinterpret_cast32<uint32_t>(c.Ptr()) - boot_images_start_ < boot_images_size_) { in operator ()()
1067 const uint32_t boot_images_size_; member in art::ResolveCatchBlockExceptionsClassVisitor