Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h704 uint32_t GetBootImagesStartAddress() const { in GetBootImagesStartAddress() function
/art/runtime/
Doat_file.cc2214 uint32_t boot_image_begin = Runtime::Current()->GetHeap()->GetBootImagesStartAddress(); in InitializeRelocations()
/art/dex2oat/
Ddex2oat.cc2250 image_base_ = heap->GetBootImagesStartAddress() + heap->GetBootImagesSize(); in WriteOutputFiles()
/art/dex2oat/linker/
Dimage_writer.cc3624 boot_image_begin_(Runtime::Current()->GetHeap()->GetBootImagesStartAddress()), in ImageWriter()