Home | History | Annotate | Download | only in runtime

Lines Matching refs:SingleEntrySizeInBits

448  * (see DexRegisterMap::SingleEntrySizeInBits).  The map is 1-byte aligned.
535 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
563 size_t map_entry_size_in_bits = SingleEntrySizeInBits(number_of_location_catalog_entries);
611 * SingleEntrySizeInBits(number_of_location_catalog_entries);
621 static size_t SingleEntrySizeInBits(size_t number_of_location_catalog_entries) {
1606 DexRegisterMap::SingleEntrySizeInBits(GetNumberOfLocationCatalogEntries(encoding))