Home
last modified time | relevance | path

Searched defs:boot_image_begin (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dimage.cc45 uint32_t boot_image_begin, in ImageHeader()
Doat_file.cc2228 uint32_t boot_image_begin = dchecked_integral_cast<uint32_t>(reinterpret_cast<uintptr_t>( in InitializeRelocations() local
/art/runtime/gc/space/
Dimage_space.cc1146 uint32_t boot_image_begin = 0; in RelocateInPlace() local
/art/dex2oat/linker/
Dimage_writer.cc2702 uint32_t boot_image_begin = 0; in CreateHeader() local
/art/runtime/gc/
Dheap.cc4260 void Heap::GetBootImagesSize(uint32_t* boot_image_begin, in GetBootImagesSize()