Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4279 const OatFile* boot_oat_file = space_->GetOatFile(); in GetBootImagesSize() local
4280 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize()
4281 const uint32_t oat_size = boot_oat_file->Size(); in GetBootImagesSize()