Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h313 const OatFile* oat_file_non_owned_; variable
Dimage_space.cc91 oat_file_non_owned_(nullptr), in ImageSpace()
507 space->oat_file_non_owned_ = oat_file; in InitAppImage()
2941 space->oat_file_non_owned_ = space->oat_file_.get(); in OpenOatFile()
3254 return oat_file_non_owned_; in GetOatFile()
3342 DCHECK_NE(main_space->oat_file_non_owned_->GetOatDexFiles().size(), 0u); in GetBootClassPathChecksums()
3343 DCHECK_EQ(main_space->oat_file_non_owned_->GetOatDexFiles()[0]->GetDexFileLocation(), in GetBootClassPathChecksums()
3356 const OatFile* oat_file = space->oat_file_non_owned_; in GetBootClassPathChecksums()
3566 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc55 oat_file_non_owned_ = oat_file_.get(); in FakeImageSpace()