Home
last modified time | relevance | path

Searched refs:AddDexFile (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/
Datomic_dex_ref_map.h48 void AddDexFile(const DexFile* dex_file, size_t max_index);
Datomic_dex_ref_map_test.cc42 map.AddDexFile(dex.get(), dex->NumMethodIds()); in TEST_F()
Datomic_dex_ref_map-inl.h52 inline void AtomicDexRefMap<T>::AddDexFile(const DexFile* dex_file, size_t max_index) { in AddDexFile() function
/art/compiler/dex/
Dverification_results.cc156 void VerificationResults::AddDexFile(const DexFile* dex_file) { in AddDexFile() function in art::VerificationResults
157 atomic_verified_methods_.AddDexFile(dex_file, dex_file->NumMethodIds()); in AddDexFile()
Dverification_results.h63 void AddDexFile(const DexFile* dex_file) REQUIRES(!verified_methods_lock_);
/art/compiler/driver/
Dcompiler_driver.cc899 compiled_methods_.AddDexFile(dex_file, dex_file->NumMethodIds()); in PreCompile()
2207 compiled_classes_.AddDexFile(&dex_file, dex_file.NumClassDefs()); in SetVerifiedDexFile()
3032 compiled_classes_.AddDexFile(dex_file, dex_file->NumClassDefs()); in SetDexFilesForOatFile()
/art/compiler/
Dverifier_deps_test.cc129 compiler_driver_->GetVerificationResults()->AddDexFile(dex_file); in LoadDexFile()
/art/dex2oat/
Ddex2oat.cc1746 verification_results_->AddDexFile(dex_file); in Setup()