Searched refs:boot_image_begin_ (Results 1 – 4 of 4) sorted by relevance
61 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()
345 return boot_image_begin_; in GetBootImageBegin()476 uint32_t boot_image_begin_ = 0u; variable
579 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()632 const uint32_t boot_image_begin_; variable
2634 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()