Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h711 uint32_t GetBootImagesSize() const { in GetBootImagesSize() function
/art/dex2oat/
Ddex2oat.cc2273 image_base_ = heap->GetBootImagesStartAddress() + heap->GetBootImagesSize(); in WriteOutputFiles()
/art/dex2oat/linker/
Dimage_writer.cc3628 boot_image_size_(Runtime::Current()->GetHeap()->GetBootImagesSize()), in ImageWriter()