Home
last modified time | relevance | path

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

/art/runtime/oat/
Dindex_bss_mapping.cc26 size_t IndexBssMappingEntry::GetBssOffset(size_t index_bits, in GetBssOffset()
55 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in GetBssOffset()
56 uint32_t index_mask = IndexBssMappingEntry::IndexMask(index_bits); in GetBssOffset()
60 [=](const struct IndexBssMappingEntry& entry) { in GetBssOffset()
66 const IndexBssMappingEntry& entry = *it; in GetBssOffset()
Dindex_bss_mapping.h41 struct IndexBssMappingEntry { struct
69 using IndexBssMapping = LengthPrefixedArray<IndexBssMappingEntry>; argument
Doat_file.cc2483 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DCheckIndexToBssMapping()
2484 const IndexBssMappingEntry* prev_entry = nullptr; in DCheckIndexToBssMapping()
2485 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.cc1670 size_t index_bits = IndexBssMappingEntry::IndexBits(number_of_indexes); in DumpBssEntries()
1672 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()
1677 for (const IndexBssMappingEntry& entry : *mapping) { in DumpBssEntries()