Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage.cc66 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()
Dimage.h355 return boot_image_begin_; in GetBootImageBegin()
499 uint32_t boot_image_begin_ = 0u; variable
/art/dex2oat/linker/
Dimage_writer.h571 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()
646 const uint32_t boot_image_begin_; variable
Dimage_writer.cc2866 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()
/art/runtime/
Druntime_image.cc96 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