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.h315 const OatFile* oat_file_non_owned_; variable
Dimage_space.cc92 oat_file_non_owned_(nullptr), in ImageSpace()
743 space->oat_file_non_owned_ = oat_file; in InitAppImage()
3246 space->oat_file_non_owned_ = space->oat_file_.get(); in OpenOatFile()
3738 return oat_file_non_owned_; in GetOatFile()
3824 DCHECK_NE(main_space->oat_file_non_owned_->GetOatDexFiles().size(), 0u); in GetBootClassPathChecksums()
3825 DCHECK_EQ(main_space->oat_file_non_owned_->GetOatDexFiles()[0]->GetDexFileLocation(), in GetBootClassPathChecksums()
3838 const OatFile* oat_file = space->oat_file_non_owned_; in GetBootClassPathChecksums()
4054 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()