Searched refs:boot_images_size_ (Results 1 – 3 of 3) sorted by relevance
735 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
434 boot_images_size_(0u), in Heap()537 boot_images_size_ = boot_images_end - boot_images_start_address_; in Heap()
948 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