Searched refs:stored_index (Results 1 – 1 of 1) sorted by relevance
1584 uint32_t stored_index = pair.index; in PruneDexCache() local1592 const dex::MethodId& method_id = dex_file.GetMethodId(stored_index); in PruneDexCache()1601 dex_cache->ClearResolvedMethod(stored_index, target_ptr_size_); in PruneDexCache()1610 uint32_t stored_index = pair.index; in PruneDexCache() local1618 const dex::FieldId& field_id = dex_file.GetFieldId(stored_index); in PruneDexCache()1627 dex_cache->ClearResolvedField(stored_index, target_ptr_size_); in PruneDexCache()1634 uint32_t stored_index = pair.index; in PruneDexCache() local1637 dex_cache->ClearResolvedType(dex::TypeIndex(stored_index)); in PruneDexCache()1661 uint32_t stored_index = pair.index; in PreloadDexCache() local1663 if (method != nullptr && i > stored_index) { in PreloadDexCache()[all …]