Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map_test.cc39 EXPECT_FALSE(map.HaveDexFile(dex.get())); in TEST_F()
43 EXPECT_TRUE(map.HaveDexFile(dex.get())); in TEST_F()
Datomic_dex_ref_map.h60 bool HaveDexFile(const DexFile* dex_file) const { in HaveDexFile() function
Datomic_dex_ref_map-inl.h97 if (!HaveDexFile(dex_file)) { in AddDexFiles()
/art/dex2oat/driver/
Dcompiler_driver.cc870 if (!compiled_methods_.HaveDexFile(dex_file)) { in PreCompile()
2077 if (!compiled_classes_.HaveDexFile(&dex_file)) { in SetVerifiedDexFile()
2765 if (!classpath_classes_.HaveDexFile(ref.dex_file)) { in RecordClassStatus()