Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1584 uint32_t stored_index = pair.index; in PruneDexCache() local
1592 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() local
1618 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() local
1637 dex_cache->ClearResolvedType(dex::TypeIndex(stored_index)); in PruneDexCache()
1661 uint32_t stored_index = pair.index; in PreloadDexCache() local
1663 if (method != nullptr && i > stored_index) { in PreloadDexCache()
[all …]