Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc61 boot_image_size_(boot_image_size), in ImageHeader()
91 DCHECK_EQ(boot_image_begin_ != 0u, boot_image_size_ != 0u); in RelocateBootImageReferences()
Dimage.h352 return boot_image_size_; in GetBootImageSize()
478 uint32_t boot_image_size_ = 0u; // Includes heap (*.art) and code (.oat). variable
/art/dex2oat/linker/
Dimage_writer.h616 return reinterpret_cast<uintptr_t>(obj) - boot_image_begin_ < boot_image_size_; in IsInBootImage()
670 const uint32_t boot_image_size_; variable
Dimage_writer.cc2706 boot_image_size_, in CreateHeader()
3628 boot_image_size_(Runtime::Current()->GetHeap()->GetBootImagesSize()), in ImageWriter()
3645 DCHECK_EQ(compiler_options.IsBootImage(), boot_image_size_ == 0u); in ImageWriter()