Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h689 void GetBootImagesSize(uint32_t* boot_image_begin,
Dheap.cc4260 void Heap::GetBootImagesSize(uint32_t* boot_image_begin, in GetBootImagesSize() function in art::gc::Heap
/art/runtime/gc/space/
Dimage_space.cc1151 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
/art/dex2oat/linker/
Dimage_writer.cc2707 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()