Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc61 boot_image_begin_(boot_image_begin), in ImageHeader()
92 DCHECK_EQ(boot_image_begin_ != 0u, boot_image_size_ != 0u); in RelocateBootImageReferences()
93 if (boot_image_begin_ != 0u) { in RelocateBootImageReferences()
94 boot_image_begin_ += delta; in RelocateBootImageReferences()
Dimage.h345 return boot_image_begin_; in GetBootImageBegin()
476 uint32_t boot_image_begin_ = 0u; variable
/art/dex2oat/linker/
Dimage_writer.h579 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()
632 const uint32_t boot_image_begin_; variable
Dimage_writer.cc2634 boot_image_begin_, in CreateHeader()
3485 boot_image_begin_(Runtime::Current()->GetHeap()->GetBootImagesStartAddress()), in ImageWriter()
3502 DCHECK_EQ(compiler_options.IsBootImage(), boot_image_begin_ == 0u); in ImageWriter()