Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2053 const BitVector& type_indexes, in CalculateIndexBssMappingSize() argument
2058 type_indexes, in CalculateIndexBssMappingSize()
2182 const BitVector& type_indexes = type_it->second; in InitIndexBssMappingsHelper() local
2185 offset += CalculateIndexBssMappingSize(dex_file, type_indexes, bss_type_entries_); in InitIndexBssMappingsHelper()
2190 const BitVector& type_indexes = public_type_it->second; in InitIndexBssMappingsHelper() local
2193 offset += CalculateIndexBssMappingSize(dex_file, type_indexes, bss_public_type_entries_); in InitIndexBssMappingsHelper()
2198 const BitVector& type_indexes = package_type_it->second; in InitIndexBssMappingsHelper() local
2201 offset += CalculateIndexBssMappingSize(dex_file, type_indexes, bss_package_type_entries_); in InitIndexBssMappingsHelper()
2866 const BitVector& type_indexes, in WriteIndexBssMapping() argument
2872 type_indexes, in WriteIndexBssMapping()
[all …]