Home
last modified time | relevance | path

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

/art/runtime/
Dindex_bss_mapping.cc28 size_t slot_size) const { in GetBssOffset()
41 return bss_offset - POPCOUNT(mask_from_index) * slot_size; in GetBssOffset()
52 size_t slot_size) { in GetBssOffset() argument
69 return entry.GetBssOffset(index_bits, index, slot_size); in GetBssOffset()
Dindex_bss_mapping.h62 size_t GetBssOffset(size_t index_bits, uint32_t index, size_t slot_size) const;
77 size_t slot_size);
Doat_file.cc2196 size_t slot_size, in DCheckIndexToBssMapping() argument
2202 CHECK_ALIGNED_PARAM(entry.bss_offset, slot_size); in DCheckIndexToBssMapping()
2205 CHECK_LE(POPCOUNT(mask) * slot_size, entry.bss_offset); in DCheckIndexToBssMapping()
/art/dex2oat/linker/
Dindex_bss_mapping_encoder.h32 IndexBssMappingEncoder(size_t number_of_indexes, size_t slot_size) in IndexBssMappingEncoder() argument
34 slot_size_(slot_size) { in IndexBssMappingEncoder()
Doat_writer.cc2097 size_t slot_size, in CalculateNumberOfIndexBssMappingEntries() argument
2100 IndexBssMappingEncoder encoder(number_of_indexes, slot_size); in CalculateNumberOfIndexBssMappingEntries()
2117 size_t slot_size, in CalculateIndexBssMappingSize() argument
2121 slot_size, in CalculateIndexBssMappingSize()
2879 size_t slot_size, in WriteIndexBssMapping() argument
2884 number_of_indexes, slot_size, indexes, get_bss_offset); in WriteIndexBssMapping()
2891 IndexBssMappingEncoder encoder(number_of_indexes, slot_size); in WriteIndexBssMapping()
/art/oatdump/
Doatdump.cc1749 size_t slot_size, in DumpBssEntries() argument
1766 size_t bss_offset = entry.bss_offset - POPCOUNT(mask) * slot_size; in DumpBssEntries()
1770 bss_offset += slot_size; in DumpBssEntries()