Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc1040 uint32_t stored_index = pair.index; in PruneAndPreloadDexCache() local
1042 if (method != nullptr && i > stored_index) { in PruneAndPreloadDexCache()
1057 if (method == nullptr || i < stored_index) { in PruneAndPreloadDexCache()
1073 DCHECK_EQ(i, stored_index); in PruneAndPreloadDexCache()
1075 dex_cache->ClearResolvedMethod(stored_index, target_ptr_size_); in PruneAndPreloadDexCache()
1086 uint32_t stored_index = pair.index; in PruneAndPreloadDexCache() local
1088 if (field != nullptr && i > stored_index) { in PruneAndPreloadDexCache()
1103 if (field == nullptr || i < stored_index) { in PruneAndPreloadDexCache()
1115 DCHECK_EQ(i, stored_index); in PruneAndPreloadDexCache()
1117 dex_cache->ClearResolvedField(stored_index, target_ptr_size_); in PruneAndPreloadDexCache()
[all …]