Searched refs:dex_cache_count (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dimage_writer.cc1031 size_t dex_cache_count = 0; local
1043 dex_cache_count += image_dex_files.find(dex_file) != image_dex_files.end() ? 1u : 0u;
1048 hs.NewHandle(ObjectArray<Object>::Alloc(self, object_array_class.Get(), dex_cache_count)));
1065 CHECK_EQ(dex_cache_count, non_image_dex_caches)

Completed in 33 milliseconds