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.cc40 EXPECT_FALSE(map.HaveDexFile(dex.get())); in TEST_F()
44 EXPECT_TRUE(map.HaveDexFile(dex.get())); in TEST_F()
Datomic_dex_ref_map.h61 bool HaveDexFile(const DexFile* dex_file) const { in HaveDexFile() function
Datomic_dex_ref_map-inl.h98 if (!HaveDexFile(dex_file)) { in AddDexFiles()
/art/dex2oat/driver/
Dcompiler_driver.cc838 if (!compiled_methods_.HaveDexFile(dex_file)) { in PreCompile()
2078 if (!compiled_classes_.HaveDexFile(&dex_file)) { in SetVerifiedDexFile()
2750 if (!classpath_classes_.HaveDexFile(ref.dex_file)) { in RecordClassStatus()