Home
last modified time | relevance | path

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

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