Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc306 size_t dex_cache_count = class_linker->GetDexCacheCount(); in PrepareDexCacheArraySlots() local
308 for (size_t idx = 0; idx < dex_cache_count; ++idx) { in PrepareDexCacheArraySlots()
563 size_t dex_cache_count = class_linker->GetDexCacheCount(); in ComputeEagerResolvedStringsCallback() local
564 for (size_t i = 0; i < dex_cache_count; ++i) { in ComputeEagerResolvedStringsCallback()
623 size_t dex_cache_count; in PruneNonImageClasses() local
626 dex_cache_count = class_linker->GetDexCacheCount(); in PruneNonImageClasses()
628 for (size_t idx = 0; idx < dex_cache_count; ++idx) { in PruneNonImageClasses()
748 size_t dex_cache_count; in CreateImageRoots() local
751 dex_cache_count = class_linker->GetDexCacheCount(); in CreateImageRoots()
755 dex_cache_count))); in CreateImageRoots()
[all …]