Searched refs:oat_file_non_owned_ (Results 1 – 3 of 3) sorted by relevance
209 const OatFile* oat_file_non_owned_; variable
81 oat_file_non_owned_(nullptr), in ImageSpace()890 space->oat_file_non_owned_ = oat_file; in Init()1859 space->oat_file_non_owned_ = space->oat_file_.get(); in OpenOatFile()2135 return oat_file_non_owned_; in GetOatFile()2290 size_t num_dex_files = space->oat_file_non_owned_->GetOatDexFiles().size(); in GetBootClassPathChecksums()2293 CHECK_LE(space->oat_file_non_owned_->GetOatDexFiles().size(), boot_class_path.size() - pos); in GetBootClassPathChecksums()2295 CHECK_EQ(space->oat_file_non_owned_->GetOatDexFiles()[i]->GetDexFileLocation(), in GetBootClassPathChecksums()
54 oat_file_non_owned_ = oat_file_.get(); in DummyImageSpace()