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

/art/runtime/gc/space/
H A Dimage_space.cc1745 const OatFile* boot_oat_file = boot_image_space->GetOatFile(); local
1746 if (boot_oat_file == nullptr) {
1750 const OatHeader& boot_oat_header = boot_oat_file->GetOatHeader();
/art/runtime/gc/
H A Dheap.cc3986 const OatFile* boot_oat_file = space_->GetOatFile(); local
3987 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin());
3988 const uint32_t oat_size = boot_oat_file->Size();

Completed in 386 milliseconds