Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc307 const OatFile* boot_oat_file = boot_image_space->GetOatFile(); in Heap() local
308 if (boot_oat_file == nullptr) { in Heap()
312 const OatHeader& boot_oat_header = boot_oat_file->GetOatHeader(); in Heap()
4148 const OatFile* boot_oat_file = space_->GetOatFile(); in GetBootImagesSize() local
4149 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize()
4150 const uint32_t oat_size = boot_oat_file->Size(); in GetBootImagesSize()