Home
last modified time | relevance | path

Searched refs:boot_image_begin (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimage.cc45 uint32_t boot_image_begin, in ImageHeader() argument
60 boot_image_begin_(boot_image_begin), in ImageHeader()
Dimage.h138 uint32_t boot_image_begin,
Doat_file.cc2214 uint32_t boot_image_begin = Runtime::Current()->GetHeap()->GetBootImagesStartAddress(); in InitializeRelocations() local
2216 const_cast<uint32_t&>(relocation) += boot_image_begin; in InitializeRelocations()