Searched refs:slot_size (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | index_bss_mapping.cc | 28 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()
|
D | index_bss_mapping.h | 62 size_t GetBssOffset(size_t index_bits, uint32_t index, size_t slot_size) const; 77 size_t slot_size);
|
D | oat_file.cc | 2195 size_t slot_size, in DCheckIndexToBssMapping() argument 2201 CHECK_ALIGNED_PARAM(entry.bss_offset, slot_size); in DCheckIndexToBssMapping() 2204 CHECK_LE(POPCOUNT(mask) * slot_size, entry.bss_offset); in DCheckIndexToBssMapping()
|
/art/dex2oat/linker/ |
D | index_bss_mapping_encoder.h | 32 IndexBssMappingEncoder(size_t number_of_indexes, size_t slot_size) in IndexBssMappingEncoder() argument 34 slot_size_(slot_size) { in IndexBssMappingEncoder()
|
D | oat_writer.cc | 2079 size_t slot_size, in CalculateNumberOfIndexBssMappingEntries() argument 2082 IndexBssMappingEncoder encoder(number_of_indexes, slot_size); in CalculateNumberOfIndexBssMappingEntries() 2099 size_t slot_size, in CalculateIndexBssMappingSize() argument 2103 slot_size, in CalculateIndexBssMappingSize() 2924 size_t slot_size, in WriteIndexBssMapping() argument 2929 number_of_indexes, slot_size, indexes, get_bss_offset); in WriteIndexBssMapping() 2936 IndexBssMappingEncoder encoder(number_of_indexes, slot_size); in WriteIndexBssMapping()
|
/art/oatdump/ |
D | oatdump.cc | 1746 size_t slot_size, in DumpBssEntries() argument 1763 size_t bss_offset = entry.bss_offset - POPCOUNT(mask) * slot_size; in DumpBssEntries() 1767 bss_offset += slot_size; in DumpBssEntries()
|