Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_method_ref_map_test.cc39 EXPECT_FALSE(map.HaveDexFile(dex.get())); in TEST_F()
43 EXPECT_TRUE(map.HaveDexFile(dex.get())); in TEST_F()
Datomic_method_ref_map.h50 bool HaveDexFile(const DexFile* dex_file) const { in HaveDexFile() function
/art/compiler/driver/
Dcompiler_driver.cc922 if (!compiled_methods_.HaveDexFile(dex_file)) { in PreCompile()