Home
last modified time | relevance | path

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

/art/runtime/
Dindex_bss_mapping.cc26 size_t IndexBssMappingEntry::GetBssOffset(size_t index_bits, in GetBssOffset()
57 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in GetBssOffset()
58 uint32_t index_mask = IndexBssMappingEntry::IndexMask(index_bits); in GetBssOffset()
62 [=](const struct IndexBssMappingEntry& entry) { in GetBssOffset()
68 const IndexBssMappingEntry& entry = *it; in GetBssOffset()
Dindex_bss_mapping.h40 struct IndexBssMappingEntry { struct
68 using IndexBssMapping = LengthPrefixedArray<IndexBssMappingEntry>; argument
Doat_file.cc2198 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DCheckIndexToBssMapping()
2199 const IndexBssMappingEntry* prev_entry = nullptr; in DCheckIndexToBssMapping()
2200 for (const IndexBssMappingEntry& entry : *index_bss_mapping) { in DCheckIndexToBssMapping()
/art/dex2oat/linker/
Dindex_bss_mapping_encoder.h33 : index_bits_(IndexBssMappingEntry::IndexBits(number_of_indexes)), in IndexBssMappingEncoder()
70 IndexBssMappingEntry GetEntry() { in GetEntry()
81 IndexBssMappingEntry entry_;
/art/oatdump/
Doatdump.cc1753 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DumpBssEntries()
1755 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()
1760 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()