Home
last modified time | relevance | path

Searched refs:boot_image_begin (Results 1 – 4 of 4) 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.cc2229 uint32_t boot_image_begin = Runtime::Current()->GetHeap()->GetBootImagesStartAddress(); in InitializeRelocations() local
2231 const_cast<uint32_t&>(relocation) += boot_image_begin; in InitializeRelocations()
/art/runtime/gc/space/
Dimage_space.cc776 uint32_t boot_image_begin = in InitAppImage() local
780 result = RelocateInPlace<PointerSize::k64>(boot_image_begin, in InitAppImage()
786 result = RelocateInPlace<PointerSize::k32>(boot_image_begin, in InitAppImage()
1385 static bool RelocateInPlace(uint32_t boot_image_begin, in RelocateInPlace() argument
1399 boot_image_begin, in RelocateInPlace()