Home
last modified time | relevance | path

Searched refs:dex_files_for_oat_file_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h290 return dex_files_for_oat_file_; in GetDexFilesForOatFile()
404 std::vector<const DexFile*> dex_files_for_oat_file_; variable
Dcompiler_options.cc50 dex_files_for_oat_file_(), in CompilerOptions()
/art/dex2oat/
Dcommon_compiler_driver_test.cc60 compiler_options_->dex_files_for_oat_file_ = dex_files; in SetDexFilesForOatFile()
Ddex2oat.cc601 return profile_compilation_info_->VerifyProfileData(compiler_options_->dex_files_for_oat_file_); in VerifyProfileData()
1401 compiler_options_->dex_files_for_oat_file_); in LoadClassProfileDescriptors()
1474 compiler_options_->dex_files_for_oat_file_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()
1475 const std::vector<const DexFile*>& dex_files = compiler_options_->dex_files_for_oat_file_; in Setup()
1756 != compiler_options_->dex_files_for_oat_file_.size()) { in ValidateInputVdexChecksums()
1759 << " dex_source_num=" << compiler_options_->dex_files_for_oat_file_.size(); in ValidateInputVdexChecksums()
1763 for (size_t i = 0; i < compiler_options_->dex_files_for_oat_file_.size(); i++) { in ValidateInputVdexChecksums()
1765 compiler_options_->dex_files_for_oat_file_[i]->GetLocationChecksum(); in ValidateInputVdexChecksums()
1787 for (const DexFile* dex_file : compiler_options_->dex_files_for_oat_file_) { in CompileDexFilesIndividually()
1818 compiler_options_->dex_files_for_oat_file_.size() > 1 && in ShouldCompileDexFilesIndividually()
[all …]