Searched refs:GetDexFilesForOatFile (Results 1 – 5 of 5) sorted by relevance
274 const std::vector<const DexFile*>& GetDexFilesForOatFile() const { in GetDexFilesForOatFile() function
849 compiled_classes_.AddDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()853 dex_to_dex_compiler_.SetDexFiles(GetCompilerOptions().GetDexFilesForOatFile()); in PrepareDexFilesForOatFile()1873 new verifier::VerifierDeps(GetCompilerOptions().GetDexFilesForOatFile())); in Verify()1899 GetCompilerOptions().GetDexFilesForOatFile()); in Verify()2847 for (const DexFile* dex_file : GetCompilerOptions().GetDexFilesForOatFile()) { in RecordClassStatus()
221 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()
2008 for (const DexFile* dex_file : compiler_options_->GetDexFilesForOatFile()) { in GetCombinedChecksums()2136 class_loader_context_->CreateClassLoader(compiler_options_->GetDexFilesForOatFile()); in CompileDexFiles()
751 for (const DexFile* dex_file : codegen_->GetCompilerOptions().GetDexFilesForOatFile()) { in ExtractClassesFromOfflineProfile()