Searched refs:boot_image_begin_ (Results 1 – 5 of 5) sorted by relevance
66 boot_image_begin_(boot_image_begin), in ImageHeader()120 DCHECK_EQ(boot_image_begin_ != 0u, boot_image_size_ != 0u); in RelocateBootImageReferences()121 if (boot_image_begin_ != 0u) { in RelocateBootImageReferences()122 boot_image_begin_ += delta; in RelocateBootImageReferences()
355 return boot_image_begin_; in GetBootImageBegin()499 uint32_t boot_image_begin_ = 0u; variable
571 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()646 const uint32_t boot_image_begin_; variable
2866 boot_image_begin_, in CreateHeader()3790 boot_image_begin_(Runtime::Current()->GetHeap()->GetBootImagesStartAddress()), in ImageWriter()3809 DCHECK_EQ(compiler_options.IsBootImage(), boot_image_begin_ == 0u); in ImageWriter()
96 boot_image_begin_(heap->GetBootImagesStartAddress()), in RuntimeImageHelper()98 image_begin_(boot_image_begin_ + boot_image_size_), in RuntimeImageHelper()233 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()1811 const uint32_t boot_image_begin_; member in art::RuntimeImageHelper