Home
last modified time | relevance | path

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

/art/compiler/dex/
Dverification_results.cc141 void VerificationResults::AddDexFile(const DexFile* dex_file) { in AddDexFile() function in art::VerificationResults
142 atomic_verified_methods_.AddDexFile(dex_file); in AddDexFile()
Dverification_results.h63 void AddDexFile(const DexFile* dex_file) REQUIRES(!verified_methods_lock_);
/art/compiler/utils/
Datomic_method_ref_map.h48 void AddDexFile(const DexFile* dex_file);
Datomic_method_ref_map_test.cc42 map.AddDexFile(dex.get()); in TEST_F()
Datomic_method_ref_map-inl.h52 inline void AtomicMethodRefMap<T>::AddDexFile(const DexFile* dex_file) { in AddDexFile() function
/art/compiler/
Dverifier_deps_test.cc129 compiler_driver_->GetVerificationResults()->AddDexFile(dex_file); in LoadDexFile()
/art/dex2oat/
Ddex2oat.cc1674 verification_results_->AddDexFile(dex_file); in Setup()
/art/compiler/driver/
Dcompiler_driver.cc923 compiled_methods_.AddDexFile(dex_file); in PreCompile()