Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc46 uint32_t boot_image_begin, in ImageHeader() argument
61 boot_image_begin_(boot_image_begin), in ImageHeader()
Dimage.h138 uint32_t boot_image_begin,
Doat_file.cc2446 uint32_t boot_image_begin = Runtime::Current()->GetHeap()->GetBootImagesStartAddress(); in InitializeRelocations() local
2448 const_cast<uint32_t&>(relocation) += boot_image_begin; in InitializeRelocations()
/art/runtime/gc/space/
Dimage_space.cc540 uint32_t boot_image_begin = in InitAppImage() local
544 result = RelocateInPlace<PointerSize::k64>(boot_image_begin, in InitAppImage()
550 result = RelocateInPlace<PointerSize::k32>(boot_image_begin, in InitAppImage()
1161 static bool RelocateInPlace(uint32_t boot_image_begin, in RelocateInPlace() argument
1175 boot_image_begin, in RelocateInPlace()