Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1319 dchecked_vector<size_t> dex_cache_counts(num_oat_files, 0u); in CreateImageRoots() local
1337 ++dex_cache_counts[oat_index]; in CreateImageRoots()
1349 self, GetClassRoot<ObjectArray<Object>>(class_linker), dex_cache_counts[oat_index]); in CreateImageRoots()
1353 dex_cache_counts[oat_index] = 0u; // Reset count for filling in dex caches below. in CreateImageRoots()
1368 dex_cache_counts[record.oat_index], record.dex_cache.Get()); in CreateImageRoots()
1369 ++dex_cache_counts[record.oat_index]; in CreateImageRoots()
1384 CHECK_EQ(dex_cache_counts[oat_index], in CreateImageRoots()