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.h506 const OatFile* oat_file_non_owned_; variable
Dimage_space.cc101 oat_file_non_owned_(nullptr), in ImageSpace()
573 space->oat_file_non_owned_ = oat_file; in InitAppImage()
2995 space->oat_file_non_owned_ = space->oat_file_.get(); in OpenOatFile()
3383 return oat_file_non_owned_; in GetOatFile()
3511 DCHECK_NE(main_space->oat_file_non_owned_->GetOatDexFiles().size(), 0u); in GetBootClassPathChecksums()
3512 DCHECK_EQ(main_space->oat_file_non_owned_->GetOatDexFiles()[0]->GetDexFileLocation(), in GetBootClassPathChecksums()
3525 const OatFile* oat_file = space->oat_file_non_owned_; in GetBootClassPathChecksums()
3646 const OatFile* oat_file = image_spaces[image_pos + space_index]->oat_file_non_owned_; in VerifyBootClassPathChecksums()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc57 oat_file_non_owned_ = oat_file_.get();