Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc1179 size_t non_image_dex_caches = 0; in CreateImageRoots() local
1189 non_image_dex_caches += image_dex_files.find(dex_file) != image_dex_files.end() ? 1u : 0u; in CreateImageRoots()
1192 CHECK_EQ(dex_cache_count, non_image_dex_caches) in CreateImageRoots()