Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h289 const std::vector<const DexFile*>& GetDexFilesForOatFile() const { in GetDexFilesForOatFile() function
/art/dex2oat/linker/
Dimage_writer.cc238 if (!ContainsElement(compiler_options_.GetDexFilesForOatFile(), dex_cache->GetDexFile())) { in IsImageDexCache()
1551 dex_files_(image_writer_->compiler_options_.GetDexFilesForOatFile()) {} in CollectClassesVisitor()
1895 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in ProcessDexFileObjects()
1957 for (const DexFile* dex_file : image_writer->compiler_options_.GetDexFilesForOatFile()) { in ProcessInterns()
1980 DCHECK(dex_file != image_writer->compiler_options_.GetDexFilesForOatFile().front()); in ProcessInterns()
2109 ContainsElement(image_writer_->compiler_options_.GetDexFilesForOatFile(), in VerifyImageBinSlotsAssigned()
/art/dex2oat/driver/
Dcompiler_driver.cc713 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()
1834 new verifier::VerifierDeps(GetCompilerOptions().GetDexFilesForOatFile())); in Verify()
1860 GetCompilerOptions().GetDexFilesForOatFile()); in Verify()
2735 for (const DexFile* dex_file : GetCompilerOptions().GetDexFilesForOatFile()) { in RecordClassStatus()
/art/dex2oat/
Ddex2oat.cc1824 for (const DexFile* dex_file : compiler_options_->GetDexFilesForOatFile()) { in GetCombinedChecksums()
1938 class_loader_context_->CreateClassLoader(compiler_options_->GetDexFilesForOatFile()); in CompileDexFiles()