Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map.h55 void AddDexFile(const DexFile* dex_file);
Datomic_dex_ref_map-inl.h90 inline void AtomicDexRefMap<DexFileReferenceType, Value>::AddDexFile(const DexFile* dex_file) { in AddDexFile() function
99 AddDexFile(dex_file); in AddDexFiles()
Datomic_dex_ref_map_test.cc43 map.AddDexFile(dex.get()); in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc839 compiled_methods_.AddDexFile(dex_file); in PreCompile()
2079 compiled_classes_.AddDexFile(&dex_file); in SetVerifiedDexFile()