Home
last modified time | relevance | path

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

/art/runtime/
Dfault_handler.cc261 fault_pc < heap->GetBootImagesStartAddress() || in CheckForUnrecognizedImplicitSuspendCheckInBootImage()
262 fault_pc - heap->GetBootImagesStartAddress() >= heap->GetBootImagesSize() || in CheckForUnrecognizedImplicitSuspendCheckInBootImage()
Druntime_image.cc96 boot_image_begin_(heap->GetBootImagesStartAddress()), in RuntimeImageHelper()
163 heap->GetBootImagesStartAddress(), in Generate()
/art/runtime/gc/
Dheap.h729 uint32_t GetBootImagesStartAddress() const { in GetBootImagesStartAddress() function
/art/runtime/oat/
Doat_file.cc2513 uint32_t boot_image_begin = Runtime::Current()->GetHeap()->GetBootImagesStartAddress(); in InitializeRelocations()
/art/dex2oat/driver/
Dcompiler_driver.cc947 boot_images_start_(Runtime::Current()->GetHeap()->GetBootImagesStartAddress()), in ResolveCatchBlockExceptionsClassVisitor()
/art/dex2oat/
Ddex2oat.cc2074 image_base_ = heap->GetBootImagesStartAddress() + heap->GetBootImagesSize(); in WriteOutputFiles()
/art/dex2oat/linker/
Dimage_writer.cc3790 boot_image_begin_(Runtime::Current()->GetHeap()->GetBootImagesStartAddress()), in ImageWriter()