Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc60 boot_image_begin_(boot_image_begin), in ImageHeader()
91 DCHECK_EQ(boot_image_begin_ != 0u, boot_image_size_ != 0u); in RelocateBootImageReferences()
92 if (boot_image_begin_ != 0u) { in RelocateBootImageReferences()
93 boot_image_begin_ += delta; in RelocateBootImageReferences()
Dimage.h348 return boot_image_begin_; in GetBootImageBegin()
477 uint32_t boot_image_begin_ = 0u; variable
/art/dex2oat/linker/
Dimage_writer.h616 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()
669 const uint32_t boot_image_begin_; variable
Dimage_writer.cc2705 boot_image_begin_, in CreateHeader()
3624 boot_image_begin_(Runtime::Current()->GetHeap()->GetBootImagesStartAddress()), in ImageWriter()
3641 DCHECK_EQ(compiler_options.IsBootImage(), boot_image_begin_ == 0u); in ImageWriter()