Searched refs:boot_image_begin_ (Results 1 – 4 of 4) sorted by relevance
60 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()
348 return boot_image_begin_; in GetBootImageBegin()477 uint32_t boot_image_begin_ = 0u; variable
616 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()669 const uint32_t boot_image_begin_; variable
2705 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()