Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc1144 std::unordered_set<const DexFile*> image_dex_files; in CreateImageRoots() local
1149 image_dex_files.insert(image_dex_file); in CreateImageRoots()
1170 dex_cache_count += image_dex_files.find(dex_file) != image_dex_files.end() ? 1u : 0u; in CreateImageRoots()
1189 non_image_dex_caches += image_dex_files.find(dex_file) != image_dex_files.end() ? 1u : 0u; in CreateImageRoots()
1203 image_dex_files.find(dex_file) != image_dex_files.end()) { in CreateImageRoots()