Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h293 const std::vector<const DexFile*>& GetDexFilesForOatFile() const { in GetDexFilesForOatFile() function
/art/dex2oat/linker/
Dimage_writer.cc221 if (!ContainsElement(compiler_options_.GetDexFilesForOatFile(), dex_cache->GetDexFile())) { in IsImageDexCache()
661 for (const DexFile* dex_file : compiler_options_.GetDexFilesForOatFile()) { in PrepareDexCacheArraySlots()
1821 dex_files_(image_writer_->compiler_options_.GetDexFilesForOatFile()) {} in CollectClassesVisitor()
2037 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in ProcessDexFileObjects()
2054 dex_file != image_writer_->compiler_options_.GetDexFilesForOatFile().front()); in ProcessDexFileObjects()
2110 ContainsElement(image_writer_->compiler_options_.GetDexFilesForOatFile(), in VerifyImageBinSlotsAssigned()
2315 for (const DexFile* dex_file : image_writer_->compiler_options_.GetDexFilesForOatFile()) { in CollectStringReferenceInfo()
/art/dex2oat/driver/
Dcompiler_driver.cc846 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()
850 dex_to_dex_compiler_.SetDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()
1934 new verifier::VerifierDeps(GetCompilerOptions().GetDexFilesForOatFile())); in Verify()
1960 GetCompilerOptions().GetDexFilesForOatFile()); in Verify()
2908 for (const DexFile* dex_file : GetCompilerOptions().GetDexFilesForOatFile()) { in RecordClassStatus()
/art/dex2oat/
Ddex2oat.cc2038 for (const DexFile* dex_file : compiler_options_->GetDexFilesForOatFile()) { in GetCombinedChecksums()
2159 class_loader_context_->CreateClassLoader(compiler_options_->GetDexFilesForOatFile()); in CompileDexFiles()
/art/compiler/optimizing/
Dinliner.cc758 for (const DexFile* dex_file : codegen_->GetCompilerOptions().GetDexFilesForOatFile()) { in ExtractClassesFromOfflineProfile()