Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h634 void GetBootImagesSize(uint32_t* boot_image_begin,
Dheap.cc4141 void Heap::GetBootImagesSize(uint32_t* boot_image_begin, in GetBootImagesSize() function in art::gc::Heap
/art/runtime/gc/space/
Dimage_space.cc1146 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
/art/compiler/
Dimage_writer.cc1828 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()