Home
last modified time | relevance | path

Searched refs:boot_oat_file (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1662 const OatFile* boot_oat_file = boot_image_space->GetOatFile(); in LoadBootImage() local
1663 if (boot_oat_file == nullptr) { in LoadBootImage()
1667 const OatHeader& boot_oat_header = boot_oat_file->GetOatHeader(); in LoadBootImage()
/art/runtime/gc/
Dheap.cc4160 const OatFile* boot_oat_file = space_->GetOatFile(); in GetBootImagesSize() local
4161 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize()
4162 const uint32_t oat_size = boot_oat_file->Size(); in GetBootImagesSize()